Html Css Color HEX #371202 Brown Pod

📋 copy color: '#371202'

red 55 ◦ green 18 ◦ blue 2

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

Shades of Brown Pod #371202

Tints of Brown Pod #371202

RGB

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

 GREEN value IS 18 (7.42% from 255) = 24%

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

R = 73.33%
G = 24%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.96

 K value IS 0.78

RGB Variations

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

Color information

#371202 (or 0x371202) is known color: Brown Pod. HEX triplet: 37, 12 and 02. RGB value is (55,18,2). Sum of RGB (Red+Green+Blue) = 55+18+2=75 (9% of max value = 765). Red value is 55 (21.88% from 255 or 73.33% from 75); Green value is 18 (7.42% from 255 or 24% from 75); Blue value is 2 (1.17% from 255 or 2.67% from 75); Max value from RGB is 55 - color contains mainly: red. Hex color #371202 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371202 is #C8EDFD. Grayscale: #1B1B1B. Windows color (decimal): -13168126 or 135735. OLE color: 135735.

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

Color convert

RGB 55 18 2 -
CMYK 0 0.67 0.96 0.78
HSL 18.11º 0.93% 0.11% -
HSV(B) 18.11º 0.96% 0.22% -
XYZ 1.8 1.25 0.2 -
YUV 27.24 113.76 147.8 -
System Red Green Blue C M Y K H S L
Decimal 55 18 2 0 0.67 0.96 0.78 18.11 0.93 0.11
Hex 37 12 2 0 43 60 4E 12 5D B
Octal 67 22 2 0 103 140 116 22 135 13
Binary 110111 10010 10 0 1000011 1100000 1001110 10010 1011101 1011

Color Harmonies of #371202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371202

Black with #371202

Text Example


Text Example

White with #371202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371202; }

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

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

background-color css

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

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

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

border-color css

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

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

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