Html Css Color HEX #371205 Seal Brown

📋 copy color: '#371205'

red 55 ◦ green 18 ◦ blue 5

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

Shades of Seal Brown #371205

Tints of Seal Brown #371205

RGB

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

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

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

R = 70.51%
G = 23.08%
B = 6.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.91

 K value IS 0.78

RGB Variations

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

Color information

#371205 (or 0x371205) is known color: Seal Brown. HEX triplet: 37, 12 and 05. RGB value is (55,18,5). Sum of RGB (Red+Green+Blue) = 55+18+5=78 (10% of max value = 765). Red value is 55 (21.88% from 255 or 70.51% from 78); Green value is 18 (7.42% from 255 or 23.08% from 78); Blue value is 5 (2.34% from 255 or 6.41% from 78); Max value from RGB is 55 - color contains mainly: red. Hex color #371205 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371205 is #C8EDFA. Grayscale: #1B1B1B. Windows color (decimal): -13168123 or 332343. OLE color: 332343.

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

Color convert

RGB 55 18 5 -
CMYK 0 0.67 0.91 0.78
HSL 15.6º 0.83% 0.12% -
HSV(B) 15.6º 0.91% 0.22% -
XYZ 1.82 1.26 0.29 -
YUV 27.58 115.26 147.56 -
System Red Green Blue C M Y K H S L
Decimal 55 18 5 0 0.67 0.91 0.78 15.6 0.83 0.12
Hex 37 12 5 0 43 5B 4E 10 53 C
Octal 67 22 5 0 103 133 116 20 123 14
Binary 110111 10010 101 0 1000011 1011011 1001110 10000 1010011 1100

Color Harmonies of #371205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371205

Black with #371205

Text Example


Text Example

White with #371205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371205; }

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

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

background-color css

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

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

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

border-color css

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

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

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