Html Css Color HEX #3E1912 Brown Pod

📋 copy color: '#3E1912'

red 62 ◦ green 25 ◦ blue 18

#3E1912
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brown Pod #3E1912

Tints of Brown Pod #3E1912

RGB

 RED value IS 62 (24.61% from 255) = 59.05%

 GREEN value IS 25 (10.16% from 255) = 23.81%

 BLUE value IS 18 (7.42% from 255) = 17.14%

R = 59.05%
G = 23.81%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.71

 K value IS 0.76

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#3E1912 (or 0x3E1912) is known color: Brown Pod. HEX triplet: 3E, 19 and 12. RGB value is (62,25,18). Sum of RGB (Red+Green+Blue) = 62+25+18=105 (13% of max value = 765). Red value is 62 (24.61% from 255 or 59.05% from 105); Green value is 25 (10.16% from 255 or 23.81% from 105); Blue value is 18 (7.42% from 255 or 17.14% from 105); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E1912 is #C1E6ED. Grayscale: #232323. Windows color (decimal): -12707566 or 1186110. OLE color: 1186110.

HSL color Cylindrical-coordinate representation of color #3E1912: hue angle of 9.55º degrees, saturation: 0.55, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #3E1912 is Cyan = 0, Magento = 0.60, Yellow = 0.71 and Black (K on CMYK) = 0.76.

Color convert

RGB 62 25 18 -
CMYK 0 0.60 0.71 0.76
HSL 9.55º 0.55% 0.16% -
HSV(B) 9.55º 0.71% 0.24% -
XYZ 2.44 1.76 0.78 -
YUV 35.27 118.26 147.07 -
System Red Green Blue C M Y K H S L
Decimal 62 25 18 0 0.60 0.71 0.76 9.55 0.55 0.16
Hex 3E 19 12 0 3C 47 4C A 37 10
Octal 76 31 22 0 74 107 114 12 67 20
Binary 111110 11001 10010 0 111100 1000111 1001100 1010 110111 10000

Color Harmonies of #3E1912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1912

Black with #3E1912

Text Example


Text Example

White with #3E1912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3E1912; }

 p { color: rgb(62,25,18); }

 H1.HeaderClassName
 {
   color: #3E1912;
 }
 .AnyTagClassName
 {
   color: #3E1912;
 }
</style>

background-color css

<style>
 a { background-color: #3E1912; }

 a { background-color: rgb(62,25,18); }

 div.DivClassName
 {
   background-color: #3E1912;
 }
 .BgClassName
 {
   background-color: #3E1912;
 }
</style>

border-color css

<style>
 span { border-color: #3E1912; }

 span { border-color: rgb(62,25,18); }

 td.TdClassName
 {
   border-color: #3E1912;
 }
 .TagClassName
 {
   border-color: #3E1912;
 }
</style>