Html Css Color HEX #371902 Brown Pod

📋 copy color: '#371902'

red 55 ◦ green 25 ◦ blue 2

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

Shades of Brown Pod #371902

Tints of Brown Pod #371902

RGB

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

 GREEN value IS 25 (10.16% from 255) = 30.49%

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

R = 67.07%
G = 30.49%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.96

 K value IS 0.78

RGB Variations

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

Color information

#371902 (or 0x371902) is known color: Brown Pod. HEX triplet: 37, 19 and 02. RGB value is (55,25,2). Sum of RGB (Red+Green+Blue) = 55+25+2=82 (10% of max value = 765). Red value is 55 (21.88% from 255 or 67.07% from 82); Green value is 25 (10.16% from 255 or 30.49% from 82); Blue value is 2 (1.17% from 255 or 2.44% from 82); Max value from RGB is 55 - color contains mainly: red. Hex color #371902 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371902 is #C8E6FD. Grayscale: #1F1F1F. Windows color (decimal): -13166334 or 137527. OLE color: 137527.

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

Color convert

RGB 55 25 2 -
CMYK 0 0.55 0.96 0.78
HSL 26.04º 0.93% 0.11% -
HSV(B) 26.04º 0.96% 0.22% -
XYZ 1.93 1.51 0.25 -
YUV 31.35 111.44 144.87 -
System Red Green Blue C M Y K H S L
Decimal 55 25 2 0 0.55 0.96 0.78 26.04 0.93 0.11
Hex 37 19 2 0 37 60 4E 1A 5D B
Octal 67 31 2 0 67 140 116 32 135 13
Binary 110111 11001 10 0 110111 1100000 1001110 11010 1011101 1011

Color Harmonies of #371902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371902

Black with #371902

Text Example


Text Example

White with #371902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371902; }

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

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

background-color css

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

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

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

border-color css

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

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

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