Html Css Color HEX #371812 Seal Brown

📋 copy color: '#371812'

red 55 ◦ green 24 ◦ blue 18

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

Shades of Seal Brown #371812

Tints of Seal Brown #371812

RGB

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

 GREEN value IS 24 (9.77% from 255) = 24.74%

 BLUE value IS 18 (7.42% from 255) = 18.56%

R = 56.7%
G = 24.74%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.67

 K value IS 0.78

RGB Variations

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

Color information

#371812 (or 0x371812) is known color: Seal Brown. HEX triplet: 37, 18 and 12. RGB value is (55,24,18). Sum of RGB (Red+Green+Blue) = 55+24+18=97 (12% of max value = 765). Red value is 55 (21.88% from 255 or 56.70% from 97); Green value is 24 (9.77% from 255 or 24.74% from 97); Blue value is 18 (7.42% from 255 or 18.56% from 97); Max value from RGB is 55 - color contains mainly: red. Hex color #371812 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #371812 is #C8E7ED. Grayscale: #202020. Windows color (decimal): -13166574 or 1185847. OLE color: 1185847.

HSL color Cylindrical-coordinate representation of color #371812: hue angle of 9.73º degrees, saturation: 0.51, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #371812 is Cyan = 0, Magento = 0.56, Yellow = 0.67 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 24 18 -
CMYK 0 0.56 0.67 0.78
HSL 9.73º 0.51% 0.14% -
HSV(B) 9.73º 0.67% 0.22% -
XYZ 2.01 1.51 0.76 -
YUV 32.59 119.77 143.99 -
System Red Green Blue C M Y K H S L
Decimal 55 24 18 0 0.56 0.67 0.78 9.73 0.51 0.14
Hex 37 18 12 0 38 43 4E A 33 E
Octal 67 30 22 0 70 103 116 12 63 16
Binary 110111 11000 10010 0 111000 1000011 1001110 1010 110011 1110

Color Harmonies of #371812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #371812

Black with #371812

Text Example


Text Example

White with #371812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #371812; }

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

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

background-color css

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

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

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

border-color css

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

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

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