Html Css Color HEX #371802 Brown Pod

📋 copy color: '#371802'

red 55 ◦ green 24 ◦ blue 2

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

Shades of Brown Pod #371802

Tints of Brown Pod #371802

RGB

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

 GREEN value IS 24 (9.77% from 255) = 29.63%

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

R = 67.9%
G = 29.63%
B = 2.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.96

 K value IS 0.78

RGB Variations

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

Color information

#371802 (or 0x371802) is known color: Brown Pod. HEX triplet: 37, 18 and 02. RGB value is (55,24,2). Sum of RGB (Red+Green+Blue) = 55+24+2=81 (10% of max value = 765). Red value is 55 (21.88% from 255 or 67.90% from 81); Green value is 24 (9.77% from 255 or 29.63% from 81); Blue value is 2 (1.17% from 255 or 2.47% from 81); Max value from RGB is 55 - color contains mainly: red. Hex color #371802 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371802 is #C8E7FD. Grayscale: #1E1E1E. Windows color (decimal): -13166590 or 137271. OLE color: 137271.

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

Color convert

RGB 55 24 2 -
CMYK 0 0.56 0.96 0.78
HSL 24.91º 0.93% 0.11% -
HSV(B) 24.91º 0.96% 0.22% -
XYZ 1.91 1.47 0.24 -
YUV 30.76 111.77 145.29 -
System Red Green Blue C M Y K H S L
Decimal 55 24 2 0 0.56 0.96 0.78 24.91 0.93 0.11
Hex 37 18 2 0 38 60 4E 19 5D B
Octal 67 30 2 0 70 140 116 31 135 13
Binary 110111 11000 10 0 111000 1100000 1001110 11001 1011101 1011

Color Harmonies of #371802

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371802

Black with #371802

Text Example


Text Example

White with #371802

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371802; }

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

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

background-color css

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

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

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

border-color css

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

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

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