Html Css Color HEX #371702 Brown Pod

📋 copy color: '#371702'

red 55 ◦ green 23 ◦ blue 2

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

Shades of Brown Pod #371702

Tints of Brown Pod #371702

RGB

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

 GREEN value IS 23 (9.38% from 255) = 28.75%

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

R = 68.75%
G = 28.75%
B = 2.5%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.96

 K value IS 0.78

RGB Variations

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

Color information

#371702 (or 0x371702) is known color: Brown Pod. HEX triplet: 37, 17 and 02. RGB value is (55,23,2). Sum of RGB (Red+Green+Blue) = 55+23+2=80 (10% of max value = 765). Red value is 55 (21.88% from 255 or 68.75% from 80); Green value is 23 (9.38% from 255 or 28.75% from 80); Blue value is 2 (1.17% from 255 or 2.5% from 80); Max value from RGB is 55 - color contains mainly: red. Hex color #371702 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371702 is #C8E8FD. Grayscale: #1E1E1E. Windows color (decimal): -13166846 or 137015. OLE color: 137015.

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

Color convert

RGB 55 23 2 -
CMYK 0 0.58 0.96 0.78
HSL 23.77º 0.93% 0.11% -
HSV(B) 23.77º 0.96% 0.22% -
XYZ 1.89 1.43 0.23 -
YUV 30.17 112.1 145.71 -
System Red Green Blue C M Y K H S L
Decimal 55 23 2 0 0.58 0.96 0.78 23.77 0.93 0.11
Hex 37 17 2 0 3A 60 4E 18 5D B
Octal 67 27 2 0 72 140 116 30 135 13
Binary 110111 10111 10 0 111010 1100000 1001110 11000 1011101 1011

Color Harmonies of #371702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371702

Black with #371702

Text Example


Text Example

White with #371702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371702; }

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

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

background-color css

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

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

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

border-color css

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

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

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