Html Css Color HEX #371401 Brown Pod

📋 copy color: '#371401'

red 55 ◦ green 20 ◦ blue 1

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

Shades of Brown Pod #371401

Tints of Brown Pod #371401

RGB

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

 GREEN value IS 20 (8.2% from 255) = 26.32%

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

R = 72.37%
G = 26.32%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#371401 (or 0x371401) is known color: Brown Pod. HEX triplet: 37, 14 and 01. RGB value is (55,20,1). Sum of RGB (Red+Green+Blue) = 55+20+1=76 (10% of max value = 765). Red value is 55 (21.88% from 255 or 72.37% from 76); Green value is 20 (8.20% from 255 or 26.32% from 76); Blue value is 1 (0.78% from 255 or 1.32% from 76); Max value from RGB is 55 - color contains mainly: red. Hex color #371401 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371401 is #C8EBFE. Grayscale: #1C1C1C. Windows color (decimal): -13167615 or 70711. OLE color: 70711.

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

Color convert

RGB 55 20 1 -
CMYK 0 0.64 0.98 0.78
HSL 21.11º 0.96% 0.11% -
HSV(B) 21.11º 0.98% 0.22% -
XYZ 1.83 1.31 0.19 -
YUV 28.3 112.6 147.04 -
System Red Green Blue C M Y K H S L
Decimal 55 20 1 0 0.64 0.98 0.78 21.11 0.96 0.11
Hex 37 14 1 0 40 62 4E 15 60 B
Octal 67 24 1 0 100 142 116 25 140 13
Binary 110111 10100 1 0 1000000 1100010 1001110 10101 1100000 1011

Color Harmonies of #371401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371401

Black with #371401

Text Example


Text Example

White with #371401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371401; }

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

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

background-color css

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

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

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

border-color css

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

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

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