Html Css Color HEX #371602 Brown Pod

📋 copy color: '#371602'

red 55 ◦ green 22 ◦ blue 2

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

Shades of Brown Pod #371602

Tints of Brown Pod #371602

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.53%

R = 69.62%
G = 27.85%
B = 2.53%

CMYK

 C value IS 0

 M value IS 0.6

 Y value IS 0.96

 K value IS 0.78

RGB Variations

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

Color information

#371602 (or 0x371602) is known color: Brown Pod. HEX triplet: 37, 16 and 02. RGB value is (55,22,2). Sum of RGB (Red+Green+Blue) = 55+22+2=79 (10% of max value = 765). Red value is 55 (21.88% from 255 or 69.62% from 79); Green value is 22 (8.98% from 255 or 27.85% from 79); Blue value is 2 (1.17% from 255 or 2.53% from 79); Max value from RGB is 55 - color contains mainly: red. Hex color #371602 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371602 is #C8E9FD. Grayscale: #1D1D1D. Windows color (decimal): -13167102 or 136759. OLE color: 136759.

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

Color convert

RGB 55 22 2 -
CMYK 0 0.6 0.96 0.78
HSL 22.64º 0.93% 0.11% -
HSV(B) 22.64º 0.96% 0.22% -
XYZ 1.87 1.39 0.23 -
YUV 29.59 112.43 146.13 -
System Red Green Blue C M Y K H S L
Decimal 55 22 2 0 0.6 0.96 0.78 22.64 0.93 0.11
Hex 37 16 2 0 3C 60 4E 17 5D B
Octal 67 26 2 0 74 140 116 27 135 13
Binary 110111 10110 10 0 111100 1100000 1001110 10111 1011101 1011

Color Harmonies of #371602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371602

Black with #371602

Text Example


Text Example

White with #371602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371602; }

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

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

background-color css

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

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

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

border-color css

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

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

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