Html Css Color HEX #371801 Brown Pod

📋 copy color: '#371801'

red 55 ◦ green 24 ◦ blue 1

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

Shades of Brown Pod #371801

Tints of Brown Pod #371801

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.25%

R = 68.75%
G = 30%
B = 1.25%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#371801 (or 0x371801) is known color: Brown Pod. HEX triplet: 37, 18 and 01. RGB value is (55,24,1). Sum of RGB (Red+Green+Blue) = 55+24+1=80 (10% of max value = 765). Red value is 55 (21.88% from 255 or 68.75% from 80); Green value is 24 (9.77% from 255 or 30% from 80); Blue value is 1 (0.78% from 255 or 1.25% from 80); Max value from RGB is 55 - color contains mainly: red. Hex color #371801 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371801 is #C8E7FE. Grayscale: #1E1E1E. Windows color (decimal): -13166591 or 71735. OLE color: 71735.

HSL color Cylindrical-coordinate representation of color #371801: hue angle of 25.56º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #371801 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 24 1 -
CMYK 0 0.56 0.98 0.78
HSL 25.56º 0.96% 0.11% -
HSV(B) 25.56º 0.98% 0.22% -
XYZ 1.91 1.47 0.21 -
YUV 30.65 111.27 145.37 -
System Red Green Blue C M Y K H S L
Decimal 55 24 1 0 0.56 0.98 0.78 25.56 0.96 0.11
Hex 37 18 1 0 38 62 4E 1A 60 B
Octal 67 30 1 0 70 142 116 32 140 13
Binary 110111 11000 1 0 111000 1100010 1001110 11010 1100000 1011

Color Harmonies of #371801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371801

Black with #371801

Text Example


Text Example

White with #371801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371801; }

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

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

background-color css

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

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

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

border-color css

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

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

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