Html Css Color HEX #37100C Seal Brown

📋 copy color: '#37100C'

red 55 ◦ green 16 ◦ blue 12

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

Shades of Seal Brown #37100C

Tints of Seal Brown #37100C

RGB

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

 GREEN value IS 16 (6.64% from 255) = 19.28%

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

R = 66.27%
G = 19.28%
B = 14.46%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.78

RGB Variations

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

Color information

#37100C (or 0x37100C) is known color: Seal Brown. HEX triplet: 37, 10 and 0C. RGB value is (55,16,12). Sum of RGB (Red+Green+Blue) = 55+16+12=83 (10% of max value = 765). Red value is 55 (21.88% from 255 or 66.27% from 83); Green value is 16 (6.64% from 255 or 19.28% from 83); Blue value is 12 (5.08% from 255 or 14.46% from 83); Max value from RGB is 55 - color contains mainly: red. Hex color #37100C is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37100C is #C8EFF3. Grayscale: #1B1B1B. Windows color (decimal): -13168628 or 790583. OLE color: 790583.

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

Color convert

RGB 55 16 12 -
CMYK 0 0.71 0.78 0.78
HSL 5.58º 0.64% 0.13% -
HSV(B) 5.58º 0.78% 0.22% -
XYZ 1.83 1.21 0.48 -
YUV 27.21 119.42 147.83 -
System Red Green Blue C M Y K H S L
Decimal 55 16 12 0 0.71 0.78 0.78 5.58 0.64 0.13
Hex 37 10 C 0 47 4E 4E 6 40 D
Octal 67 20 14 0 107 116 116 6 100 15
Binary 110111 10000 1100 0 1000111 1001110 1001110 110 1000000 1101

Color Harmonies of #37100C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37100C

Black with #37100C

Text Example


Text Example

White with #37100C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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