Html Css Color HEX #371900 Brown Pod

📋 copy color: '#371900'

red 55 ◦ green 25 ◦ blue 0

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

Shades of Brown Pod #371900

Tints of Brown Pod #371900

RGB

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

 GREEN value IS 25 (10.16% from 255) = 31.25%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 68.75%
G = 31.25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#371900 (or 0x371900) is known color: Brown Pod. HEX triplet: 37, 19 and 00. RGB value is (55,25,0). Sum of RGB (Red+Green+Blue) = 55+25+0=80 (10% of max value = 765). Red value is 55 (21.88% from 255 or 68.75% from 80); Green value is 25 (10.16% from 255 or 31.25% from 80); Blue value is 0 (0.39% from 255 or 0% from 80); Max value from RGB is 55 - color contains mainly: red. Hex color #371900 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371900 is #C8E6FF. Grayscale: #1F1F1F. Windows color (decimal): -13166336 or 6455. OLE color: 6455.

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

Color convert

RGB 55 25 0 -
CMYK 0 0.55 1 0.78
HSL 27.27º 1% 0.11% -
HSV(B) 27.27º 1% 0.22% -
XYZ 1.92 1.51 0.19 -
YUV 31.12 110.44 145.03 -
System Red Green Blue C M Y K H S L
Decimal 55 25 0 0 0.55 1 0.78 27.27 1 0.11
Hex 37 19 0 0 37 64 4E 1B 64 B
Octal 67 31 0 0 67 144 116 33 144 13
Binary 110111 11001 0 0 110111 1100100 1001110 11011 1100100 1011

Color Harmonies of #371900

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371900

Black with #371900

Text Example


Text Example

White with #371900

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371900; }

 p { color: rgb(55,25,0); }

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

background-color css

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

 a { background-color: rgb(55,25,0); }

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

border-color css

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

 span { border-color: rgb(55,25,0); }

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