Html Css Color HEX #371606 Brown Pod

📋 copy color: '#371606'

red 55 ◦ green 22 ◦ blue 6

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

Shades of Brown Pod #371606

Tints of Brown Pod #371606

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 7.23%

R = 66.27%
G = 26.51%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.89

 K value IS 0.78

RGB Variations

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

Color information

#371606 (or 0x371606) is known color: Brown Pod. HEX triplet: 37, 16 and 06. RGB value is (55,22,6). Sum of RGB (Red+Green+Blue) = 55+22+6=83 (10% of max value = 765). Red value is 55 (21.88% from 255 or 66.27% from 83); Green value is 22 (8.98% from 255 or 26.51% from 83); Blue value is 6 (2.73% from 255 or 7.23% from 83); Max value from RGB is 55 - color contains mainly: red. Hex color #371606 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371606 is #C8E9F9. Grayscale: #1E1E1E. Windows color (decimal): -13167098 or 398903. OLE color: 398903.

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

Color convert

RGB 55 22 6 -
CMYK 0 0.6 0.89 0.78
HSL 19.59º 0.8% 0.12% -
HSV(B) 19.59º 0.89% 0.22% -
XYZ 1.9 1.4 0.34 -
YUV 30.04 114.43 145.8 -
System Red Green Blue C M Y K H S L
Decimal 55 22 6 0 0.6 0.89 0.78 19.59 0.8 0.12
Hex 37 16 6 0 3C 59 4E 14 50 C
Octal 67 26 6 0 74 131 116 24 120 14
Binary 110111 10110 110 0 111100 1011001 1001110 10100 1010000 1100

Color Harmonies of #371606

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371606

Black with #371606

Text Example


Text Example

White with #371606

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371606; }

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

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

background-color css

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

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

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

border-color css

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

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

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