Html Css Color HEX #371600 Brown Pod

📋 copy color: '#371600'

red 55 ◦ green 22 ◦ blue 0

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

Shades of Brown Pod #371600

Tints of Brown Pod #371600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 71.43%
G = 28.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#371600 (or 0x371600) is known color: Brown Pod. HEX triplet: 37, 16 and 00. RGB value is (55,22,0). Sum of RGB (Red+Green+Blue) = 55+22+0=77 (10% of max value = 765). Red value is 55 (21.88% from 255 or 71.43% from 77); Green value is 22 (8.98% from 255 or 28.57% from 77); Blue value is 0 (0.39% from 255 or 0% from 77); Max value from RGB is 55 - color contains mainly: red. Hex color #371600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371600 is #C8E9FF. Grayscale: #1D1D1D. Windows color (decimal): -13167104 or 5687. OLE color: 5687.

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

Color convert

RGB 55 22 0 -
CMYK 0 0.6 1 0.78
HSL 24º 1% 0.11% -
HSV(B) 24º 1% 0.22% -
XYZ 1.86 1.39 0.17 -
YUV 29.36 111.43 146.29 -
System Red Green Blue C M Y K H S L
Decimal 55 22 0 0 0.6 1 0.78 24 1 0.11
Hex 37 16 0 0 3C 64 4E 18 64 B
Octal 67 26 0 0 74 144 116 30 144 13
Binary 110111 10110 0 0 111100 1100100 1001110 11000 1100100 1011

Color Harmonies of #371600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371600

Black with #371600

Text Example


Text Example

White with #371600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371600; }

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

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

background-color css

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

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

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

border-color css

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

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

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