Html Css Color HEX #371201 Brown Pod

📋 copy color: '#371201'

red 55 ◦ green 18 ◦ blue 1

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

Shades of Brown Pod #371201

Tints of Brown Pod #371201

RGB

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

 GREEN value IS 18 (7.42% from 255) = 24.32%

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

R = 74.32%
G = 24.32%
B = 1.35%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#371201 (or 0x371201) is known color: Brown Pod. HEX triplet: 37, 12 and 01. RGB value is (55,18,1). Sum of RGB (Red+Green+Blue) = 55+18+1=74 (9% of max value = 765). Red value is 55 (21.88% from 255 or 74.32% from 74); Green value is 18 (7.42% from 255 or 24.32% from 74); Blue value is 1 (0.78% from 255 or 1.35% from 74); Max value from RGB is 55 - color contains mainly: red. Hex color #371201 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371201 is #C8EDFE. Grayscale: #1B1B1B. Windows color (decimal): -13168127 or 70199. OLE color: 70199.

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

Color convert

RGB 55 18 1 -
CMYK 0 0.67 0.98 0.78
HSL 18.89º 0.96% 0.11% -
HSV(B) 18.89º 0.98% 0.22% -
XYZ 1.8 1.25 0.17 -
YUV 27.13 113.26 147.88 -
System Red Green Blue C M Y K H S L
Decimal 55 18 1 0 0.67 0.98 0.78 18.89 0.96 0.11
Hex 37 12 1 0 43 62 4E 13 60 B
Octal 67 22 1 0 103 142 116 23 140 13
Binary 110111 10010 1 0 1000011 1100010 1001110 10011 1100000 1011

Color Harmonies of #371201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371201

Black with #371201

Text Example


Text Example

White with #371201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371201; }

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

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

background-color css

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

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

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

border-color css

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

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

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