Html Css Color HEX #371200 Brown Pod

📋 copy color: '#371200'

red 55 ◦ green 18 ◦ blue 0

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

Shades of Brown Pod #371200

Tints of Brown Pod #371200

RGB

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

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

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

R = 75.34%
G = 24.66%
B = 0%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#371200 (or 0x371200) is known color: Brown Pod. HEX triplet: 37, 12 and 00. RGB value is (55,18,0). Sum of RGB (Red+Green+Blue) = 55+18+0=73 (9% of max value = 765). Red value is 55 (21.88% from 255 or 75.34% from 73); Green value is 18 (7.42% from 255 or 24.66% from 73); Blue value is 0 (0.39% from 255 or 0% from 73); Max value from RGB is 55 - color contains mainly: red. Hex color #371200 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371200 is #C8EDFF. Grayscale: #1B1B1B. Windows color (decimal): -13168128 or 4663. OLE color: 4663.

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

Color convert

RGB 55 18 0 -
CMYK 0 0.67 1 0.78
HSL 19.64º 1% 0.11% -
HSV(B) 19.64º 1% 0.22% -
XYZ 1.79 1.24 0.15 -
YUV 27.01 112.76 147.96 -
System Red Green Blue C M Y K H S L
Decimal 55 18 0 0 0.67 1 0.78 19.64 1 0.11
Hex 37 12 0 0 43 64 4E 14 64 B
Octal 67 22 0 0 103 144 116 24 144 13
Binary 110111 10010 0 0 1000011 1100100 1001110 10100 1100100 1011

Color Harmonies of #371200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371200

Black with #371200

Text Example


Text Example

White with #371200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371200; }

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

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

background-color css

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

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

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

border-color css

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

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

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