Html Css Color HEX #3E1908 Brown Pod

📋 copy color: '#3E1908'

red 62 ◦ green 25 ◦ blue 8

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

Shades of Brown Pod #3E1908

Tints of Brown Pod #3E1908

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 8.42%

R = 65.26%
G = 26.32%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.87

 K value IS 0.76

RGB Variations

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

Color information

#3E1908 (or 0x3E1908) is known color: Brown Pod. HEX triplet: 3E, 19 and 08. RGB value is (62,25,8). Sum of RGB (Red+Green+Blue) = 62+25+8=95 (12% of max value = 765). Red value is 62 (24.61% from 255 or 65.26% from 95); Green value is 25 (10.16% from 255 or 26.32% from 95); Blue value is 8 (3.52% from 255 or 8.42% from 95); Max value from RGB is 62 - color contains mainly: red. Hex color #3E1908 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E1908 is #C1E6F7. Grayscale: #222222. Windows color (decimal): -12707576 or 530750. OLE color: 530750.

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

Color convert

RGB 62 25 8 -
CMYK 0 0.60 0.87 0.76
HSL 18.89º 0.77% 0.14% -
HSV(B) 18.89º 0.87% 0.24% -
XYZ 2.38 1.74 0.44 -
YUV 34.13 113.26 147.88 -
System Red Green Blue C M Y K H S L
Decimal 62 25 8 0 0.60 0.87 0.76 18.89 0.77 0.14
Hex 3E 19 8 0 3C 57 4C 13 4D E
Octal 76 31 10 0 74 127 114 23 115 16
Binary 111110 11001 1000 0 111100 1010111 1001100 10011 1001101 1110

Color Harmonies of #3E1908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3E1908

Black with #3E1908

Text Example


Text Example

White with #3E1908

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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