Html Css Color HEX #371508 Brown Pod

📋 copy color: '#371508'

red 55 ◦ green 21 ◦ blue 8

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

Shades of Brown Pod #371508

Tints of Brown Pod #371508

RGB

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

 GREEN value IS 21 (8.59% from 255) = 25%

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

R = 65.48%
G = 25%
B = 9.52%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.85

 K value IS 0.78

RGB Variations

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

Color information

#371508 (or 0x371508) is known color: Brown Pod. HEX triplet: 37, 15 and 08. RGB value is (55,21,8). Sum of RGB (Red+Green+Blue) = 55+21+8=84 (11% of max value = 765). Red value is 55 (21.88% from 255 or 65.48% from 84); Green value is 21 (8.59% from 255 or 25% from 84); Blue value is 8 (3.52% from 255 or 9.52% from 84); Max value from RGB is 55 - color contains mainly: red. Hex color #371508 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371508 is #C8EAF7. Grayscale: #1D1D1D. Windows color (decimal): -13167352 or 529719. OLE color: 529719.

HSL color Cylindrical-coordinate representation of color #371508: hue angle of 16.6º degrees, saturation: 0.75, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #371508 is Cyan = 0, Magento = 0.62, Yellow = 0.85 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 21 8 -
CMYK 0 0.62 0.85 0.78
HSL 16.6º 0.75% 0.12% -
HSV(B) 16.6º 0.85% 0.22% -
XYZ 1.89 1.37 0.39 -
YUV 29.68 115.76 146.06 -
System Red Green Blue C M Y K H S L
Decimal 55 21 8 0 0.62 0.85 0.78 16.6 0.75 0.12
Hex 37 15 8 0 3E 55 4E 11 4B C
Octal 67 25 10 0 76 125 116 21 113 14
Binary 110111 10101 1000 0 111110 1010101 1001110 10001 1001011 1100

Color Harmonies of #371508

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371508

Black with #371508

Text Example


Text Example

White with #371508

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371508; }

 p { color: rgb(55,21,8); }

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

background-color css

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

 a { background-color: rgb(55,21,8); }

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

border-color css

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

 span { border-color: rgb(55,21,8); }

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