#371702

Color #371702 Brown Pod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brown Pod #371702

Tints of Brown Pod #371702

Color information

#371702 (or 0x371702) is unknown color: approx 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

RGB55232-
CMYK00.580.960.78
HSL23.77º92.98%11.18%-
HSV(B)23.77º96.36%21.57%-
XYZ1.891.430.23-
YUV30.17112.1145.71-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.96
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal5523200.580.960.7823.7792.9811.18
Hex3717203A604E185db
Octal672720721401163013513
Binary11011110111100111010110000010011101100010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #371702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>