Html Css Color HEX #37110C Seal Brown

📋 copy color: '#37110C'

red 55 ◦ green 17 ◦ blue 12

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

Shades of Seal Brown #37110C

Tints of Seal Brown #37110C

RGB

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

 GREEN value IS 17 (7.03% from 255) = 20.24%

 BLUE value IS 12 (5.08% from 255) = 14.29%

R = 65.48%
G = 20.24%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.78

 K value IS 0.78

RGB Variations

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

Color information

#37110C (or 0x37110C) is known color: Seal Brown. HEX triplet: 37, 11 and 0C. RGB value is (55,17,12). Sum of RGB (Red+Green+Blue) = 55+17+12=84 (11% of max value = 765). Red value is 55 (21.88% from 255 or 65.48% from 84); Green value is 17 (7.03% from 255 or 20.24% from 84); Blue value is 12 (5.08% from 255 or 14.29% from 84); Max value from RGB is 55 - color contains mainly: red. Hex color #37110C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37110C is #C8EEF3. Grayscale: #1B1B1B. Windows color (decimal): -13168372 or 790839. OLE color: 790839.

HSL color Cylindrical-coordinate representation of color #37110C: hue angle of 6.98º degrees, saturation: 0.64, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37110C is Cyan = 0, Magento = 0.69, Yellow = 0.78 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 17 12 -
CMYK 0 0.69 0.78 0.78
HSL 6.98º 0.64% 0.13% -
HSV(B) 6.98º 0.78% 0.22% -
XYZ 1.84 1.24 0.49 -
YUV 27.79 119.09 147.41 -
System Red Green Blue C M Y K H S L
Decimal 55 17 12 0 0.69 0.78 0.78 6.98 0.64 0.13
Hex 37 11 C 0 45 4E 4E 7 40 D
Octal 67 21 14 0 105 116 116 7 100 15
Binary 110111 10001 1100 0 1000101 1001110 1001110 111 1000000 1101

Color Harmonies of #37110C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37110C

Black with #37110C

Text Example


Text Example

White with #37110C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37110C; }

 p { color: rgb(55,17,12); }

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

background-color css

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

 a { background-color: rgb(55,17,12); }

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

border-color css

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

 span { border-color: rgb(55,17,12); }

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