Html Css Color HEX #371503 Brown Pod

📋 copy color: '#371503'

red 55 ◦ green 21 ◦ blue 3

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

Shades of Brown Pod #371503

Tints of Brown Pod #371503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 3.8%

R = 69.62%
G = 26.58%
B = 3.8%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.95

 K value IS 0.78

RGB Variations

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

Color information

#371503 (or 0x371503) is known color: Brown Pod. HEX triplet: 37, 15 and 03. RGB value is (55,21,3). Sum of RGB (Red+Green+Blue) = 55+21+3=79 (10% of max value = 765). Red value is 55 (21.88% from 255 or 69.62% from 79); Green value is 21 (8.59% from 255 or 26.58% from 79); Blue value is 3 (1.56% from 255 or 3.80% from 79); Max value from RGB is 55 - color contains mainly: red. Hex color #371503 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371503 is #C8EAFC. Grayscale: #1D1D1D. Windows color (decimal): -13167357 or 202039. OLE color: 202039.

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

Color convert

RGB 55 21 3 -
CMYK 0 0.62 0.95 0.78
HSL 20.77º 0.9% 0.11% -
HSV(B) 20.77º 0.95% 0.22% -
XYZ 1.86 1.36 0.25 -
YUV 29.11 113.26 146.46 -
System Red Green Blue C M Y K H S L
Decimal 55 21 3 0 0.62 0.95 0.78 20.77 0.9 0.11
Hex 37 15 3 0 3E 5F 4E 15 5A B
Octal 67 25 3 0 76 137 116 25 132 13
Binary 110111 10101 11 0 111110 1011111 1001110 10101 1011010 1011

Color Harmonies of #371503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371503

Black with #371503

Text Example


Text Example

White with #371503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371503; }

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

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

background-color css

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

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

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

border-color css

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

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

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