Html Css Color HEX #371912 Brown Pod

📋 copy color: '#371912'

red 55 ◦ green 25 ◦ blue 18

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

Shades of Brown Pod #371912

Tints of Brown Pod #371912

RGB

 RED value IS 55 (21.88% from 255) = 56.12%

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

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

R = 56.12%
G = 25.51%
B = 18.37%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.67

 K value IS 0.78

RGB Variations

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

Color information

#371912 (or 0x371912) is known color: Brown Pod. HEX triplet: 37, 19 and 12. RGB value is (55,25,18). Sum of RGB (Red+Green+Blue) = 55+25+18=98 (12% of max value = 765). Red value is 55 (21.88% from 255 or 56.12% from 98); Green value is 25 (10.16% from 255 or 25.51% from 98); Blue value is 18 (7.42% from 255 or 18.37% from 98); Max value from RGB is 55 - color contains mainly: red. Hex color #371912 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371912 is #C8E6ED. Grayscale: #212121. Windows color (decimal): -13166318 or 1186103. OLE color: 1186103.

HSL color Cylindrical-coordinate representation of color #371912: hue angle of 11.35º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #371912 is Cyan = 0, Magento = 0.55, Yellow = 0.67 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 25 18 -
CMYK 0 0.55 0.67 0.78
HSL 11.35º 0.51% 0.14% -
HSV(B) 11.35º 0.67% 0.22% -
XYZ 2.03 1.55 0.76 -
YUV 33.17 119.44 143.57 -
System Red Green Blue C M Y K H S L
Decimal 55 25 18 0 0.55 0.67 0.78 11.35 0.51 0.14
Hex 37 19 12 0 37 43 4E B 33 E
Octal 67 31 22 0 67 103 116 13 63 16
Binary 110111 11001 10010 0 110111 1000011 1001110 1011 110011 1110

Color Harmonies of #371912

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371912

Black with #371912

Text Example


Text Example

White with #371912

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371912; }

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

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

background-color css

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

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

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

border-color css

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

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

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