Html Css Color HEX #37160C Brown Pod

📋 copy color: '#37160C'

red 55 ◦ green 22 ◦ blue 12

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

Shades of Brown Pod #37160C

Tints of Brown Pod #37160C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 24.72%

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

R = 61.8%
G = 24.72%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.78

 K value IS 0.78

RGB Variations

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

Color information

#37160C (or 0x37160C) is known color: Brown Pod. HEX triplet: 37, 16 and 0C. RGB value is (55,22,12). Sum of RGB (Red+Green+Blue) = 55+22+12=89 (11% of max value = 765). Red value is 55 (21.88% from 255 or 61.80% from 89); Green value is 22 (8.98% from 255 or 24.72% from 89); Blue value is 12 (5.08% from 255 or 13.48% from 89); Max value from RGB is 55 - color contains mainly: red. Hex color #37160C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37160C is #C8E9F3. Grayscale: #1E1E1E. Windows color (decimal): -13167092 or 792119. OLE color: 792119.

HSL color Cylindrical-coordinate representation of color #37160C: hue angle of 13.95º 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 #37160C is Cyan = 0, Magento = 0.6, Yellow = 0.78 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 22 12 -
CMYK 0 0.6 0.78 0.78
HSL 13.95º 0.64% 0.13% -
HSV(B) 13.95º 0.78% 0.22% -
XYZ 1.93 1.41 0.52 -
YUV 30.73 117.43 145.31 -
System Red Green Blue C M Y K H S L
Decimal 55 22 12 0 0.6 0.78 0.78 13.95 0.64 0.13
Hex 37 16 C 0 3C 4E 4E E 40 D
Octal 67 26 14 0 74 116 116 16 100 15
Binary 110111 10110 1100 0 111100 1001110 1001110 1110 1000000 1101

Color Harmonies of #37160C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37160C

Black with #37160C

Text Example


Text Example

White with #37160C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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