Html Css Color HEX #37190C Brown Pod

📋 copy color: '#37190C'

red 55 ◦ green 25 ◦ blue 12

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

Shades of Brown Pod #37190C

Tints of Brown Pod #37190C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 13.04%

R = 59.78%
G = 27.17%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.78

 K value IS 0.78

RGB Variations

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

Color information

#37190C (or 0x37190C) is known color: Brown Pod. HEX triplet: 37, 19 and 0C. RGB value is (55,25,12). Sum of RGB (Red+Green+Blue) = 55+25+12=92 (12% of max value = 765). Red value is 55 (21.88% from 255 or 59.78% from 92); Green value is 25 (10.16% from 255 or 27.17% from 92); Blue value is 12 (5.08% from 255 or 13.04% from 92); Max value from RGB is 55 - color contains mainly: red. Hex color #37190C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37190C is #C8E6F3. Grayscale: #202020. Windows color (decimal): -13166324 or 792887. OLE color: 792887.

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

Color convert

RGB 55 25 12 -
CMYK 0 0.55 0.78 0.78
HSL 18.14º 0.64% 0.13% -
HSV(B) 18.14º 0.78% 0.22% -
XYZ 1.99 1.53 0.54 -
YUV 32.49 116.44 144.06 -
System Red Green Blue C M Y K H S L
Decimal 55 25 12 0 0.55 0.78 0.78 18.14 0.64 0.13
Hex 37 19 C 0 37 4E 4E 12 40 D
Octal 67 31 14 0 67 116 116 22 100 15
Binary 110111 11001 1100 0 110111 1001110 1001110 10010 1000000 1101

Color Harmonies of #37190C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37190C

Black with #37190C

Text Example


Text Example

White with #37190C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37190C; }

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

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

background-color css

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

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

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

border-color css

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

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

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