Html Css Color HEX #371500 Brown Pod

📋 copy color: '#371500'

red 55 ◦ green 21 ◦ blue 0

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

Shades of Brown Pod #371500

Tints of Brown Pod #371500

RGB

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

 GREEN value IS 21 (8.59% from 255) = 27.63%

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

R = 72.37%
G = 27.63%
B = 0%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#371500 (or 0x371500) is known color: Brown Pod. HEX triplet: 37, 15 and 00. RGB value is (55,21,0). Sum of RGB (Red+Green+Blue) = 55+21+0=76 (10% of max value = 765). Red value is 55 (21.88% from 255 or 72.37% from 76); Green value is 21 (8.59% from 255 or 27.63% from 76); Blue value is 0 (0.39% from 255 or 0% from 76); Max value from RGB is 55 - color contains mainly: red. Hex color #371500 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371500 is #C8EAFF. Grayscale: #1C1C1C. Windows color (decimal): -13167360 or 5431. OLE color: 5431.

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

Color convert

RGB 55 21 0 -
CMYK 0 0.62 1 0.78
HSL 22.91º 1% 0.11% -
HSV(B) 22.91º 1% 0.22% -
XYZ 1.84 1.35 0.16 -
YUV 28.77 111.76 146.71 -
System Red Green Blue C M Y K H S L
Decimal 55 21 0 0 0.62 1 0.78 22.91 1 0.11
Hex 37 15 0 0 3E 64 4E 17 64 B
Octal 67 25 0 0 76 144 116 27 144 13
Binary 110111 10101 0 0 111110 1100100 1001110 10111 1100100 1011

Color Harmonies of #371500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371500

Black with #371500

Text Example


Text Example

White with #371500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371500; }

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

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

background-color css

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

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

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

border-color css

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

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

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