Html Css Color HEX #37120A Seal Brown

📋 copy color: '#37120A'

red 55 ◦ green 18 ◦ blue 10

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

Shades of Seal Brown #37120A

Tints of Seal Brown #37120A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 12.05%

R = 66.27%
G = 21.69%
B = 12.05%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.82

 K value IS 0.78

RGB Variations

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

Color information

#37120A (or 0x37120A) is known color: Seal Brown. HEX triplet: 37, 12 and 0A. RGB value is (55,18,10). Sum of RGB (Red+Green+Blue) = 55+18+10=83 (10% of max value = 765). Red value is 55 (21.88% from 255 or 66.27% from 83); Green value is 18 (7.42% from 255 or 21.69% from 83); Blue value is 10 (4.30% from 255 or 12.05% from 83); Max value from RGB is 55 - color contains mainly: red. Hex color #37120A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37120A is #C8EDF5. Grayscale: #1C1C1C. Windows color (decimal): -13168118 or 660023. OLE color: 660023.

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

Color convert

RGB 55 18 10 -
CMYK 0 0.67 0.82 0.78
HSL 10.67º 0.69% 0.13% -
HSV(B) 10.67º 0.82% 0.22% -
XYZ 1.85 1.27 0.43 -
YUV 28.15 117.76 147.15 -
System Red Green Blue C M Y K H S L
Decimal 55 18 10 0 0.67 0.82 0.78 10.67 0.69 0.13
Hex 37 12 A 0 43 52 4E B 45 D
Octal 67 22 12 0 103 122 116 13 105 15
Binary 110111 10010 1010 0 1000011 1010010 1001110 1011 1000101 1101

Color Harmonies of #37120A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37120A

Black with #37120A

Text Example


Text Example

White with #37120A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37120A; }

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

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

background-color css

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

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

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

border-color css

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

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

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