Html Css Color HEX #371300 Brown Pod

📋 copy color: '#371300'

red 55 ◦ green 19 ◦ blue 0

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

Shades of Brown Pod #371300

Tints of Brown Pod #371300

RGB

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

 GREEN value IS 19 (7.81% from 255) = 25.68%

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

R = 74.32%
G = 25.68%
B = 0%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 1

 K value IS 0.78

RGB Variations

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

Color information

#371300 (or 0x371300) is known color: Brown Pod. HEX triplet: 37, 13 and 00. RGB value is (55,19,0). Sum of RGB (Red+Green+Blue) = 55+19+0=74 (9% of max value = 765). Red value is 55 (21.88% from 255 or 74.32% from 74); Green value is 19 (7.81% from 255 or 25.68% from 74); Blue value is 0 (0.39% from 255 or 0% from 74); Max value from RGB is 55 - color contains mainly: red. Hex color #371300 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371300 is #C8ECFF. Grayscale: #1B1B1B. Windows color (decimal): -13167872 or 4919. OLE color: 4919.

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

Color convert

RGB 55 19 0 -
CMYK 0 0.65 1 0.78
HSL 20.73º 1% 0.11% -
HSV(B) 20.73º 1% 0.22% -
XYZ 1.81 1.28 0.15 -
YUV 27.6 112.43 147.54 -
System Red Green Blue C M Y K H S L
Decimal 55 19 0 0 0.65 1 0.78 20.73 1 0.11
Hex 37 13 0 0 41 64 4E 15 64 B
Octal 67 23 0 0 101 144 116 25 144 13
Binary 110111 10011 0 0 1000001 1100100 1001110 10101 1100100 1011

Color Harmonies of #371300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371300

Black with #371300

Text Example


Text Example

White with #371300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371300; }

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

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

background-color css

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

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

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

border-color css

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

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

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