Html Css Color HEX #371701 Brown Pod

📋 copy color: '#371701'

red 55 ◦ green 23 ◦ blue 1

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

Shades of Brown Pod #371701

Tints of Brown Pod #371701

RGB

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

 GREEN value IS 23 (9.38% from 255) = 29.11%

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

R = 69.62%
G = 29.11%
B = 1.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.98

 K value IS 0.78

RGB Variations

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

Color information

#371701 (or 0x371701) is known color: Brown Pod. HEX triplet: 37, 17 and 01. RGB value is (55,23,1). Sum of RGB (Red+Green+Blue) = 55+23+1=79 (10% of max value = 765). Red value is 55 (21.88% from 255 or 69.62% from 79); Green value is 23 (9.38% from 255 or 29.11% from 79); Blue value is 1 (0.78% from 255 or 1.27% from 79); Max value from RGB is 55 - color contains mainly: red. Hex color #371701 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371701 is #C8E8FE. Grayscale: #1E1E1E. Windows color (decimal): -13166847 or 71479. OLE color: 71479.

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

Color convert

RGB 55 23 1 -
CMYK 0 0.58 0.98 0.78
HSL 24.44º 0.96% 0.11% -
HSV(B) 24.44º 0.98% 0.22% -
XYZ 1.89 1.43 0.2 -
YUV 30.06 111.6 145.79 -
System Red Green Blue C M Y K H S L
Decimal 55 23 1 0 0.58 0.98 0.78 24.44 0.96 0.11
Hex 37 17 1 0 3A 62 4E 18 60 B
Octal 67 27 1 0 72 142 116 30 140 13
Binary 110111 10111 1 0 111010 1100010 1001110 11000 1100000 1011

Color Harmonies of #371701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371701

Black with #371701

Text Example


Text Example

White with #371701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371701; }

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

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

background-color css

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

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

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

border-color css

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

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

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