Html Css Color HEX #371305 Brown Pod

📋 copy color: '#371305'

red 55 ◦ green 19 ◦ blue 5

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

Shades of Brown Pod #371305

Tints of Brown Pod #371305

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 6.33%

R = 69.62%
G = 24.05%
B = 6.33%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.91

 K value IS 0.78

RGB Variations

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

Color information

#371305 (or 0x371305) is known color: Brown Pod. HEX triplet: 37, 13 and 05. RGB value is (55,19,5). Sum of RGB (Red+Green+Blue) = 55+19+5=79 (10% of max value = 765). Red value is 55 (21.88% from 255 or 69.62% from 79); Green value is 19 (7.81% from 255 or 24.05% from 79); Blue value is 5 (2.34% from 255 or 6.33% from 79); Max value from RGB is 55 - color contains mainly: red. Hex color #371305 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371305 is #C8ECFA. Grayscale: #1C1C1C. Windows color (decimal): -13167867 or 332599. OLE color: 332599.

HSL color Cylindrical-coordinate representation of color #371305: hue angle of 16.8º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #371305 is Cyan = 0, Magento = 0.65, Yellow = 0.91 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 19 5 -
CMYK 0 0.65 0.91 0.78
HSL 16.8º 0.83% 0.12% -
HSV(B) 16.8º 0.91% 0.22% -
XYZ 1.84 1.29 0.3 -
YUV 28.17 114.93 147.14 -
System Red Green Blue C M Y K H S L
Decimal 55 19 5 0 0.65 0.91 0.78 16.8 0.83 0.12
Hex 37 13 5 0 41 5B 4E 11 53 C
Octal 67 23 5 0 101 133 116 21 123 14
Binary 110111 10011 101 0 1000001 1011011 1001110 10001 1010011 1100

Color Harmonies of #371305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371305

Black with #371305

Text Example


Text Example

White with #371305

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371305; }

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

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

background-color css

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

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

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

border-color css

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

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

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