Html Css Color HEX #37130F Seal Brown

📋 copy color: '#37130F'

red 55 ◦ green 19 ◦ blue 15

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

Shades of Seal Brown #37130F

Tints of Seal Brown #37130F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 21.35%

 BLUE value IS 15 (6.25% from 255) = 16.85%

R = 61.8%
G = 21.35%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.78

RGB Variations

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

Color information

#37130F (or 0x37130F) is known color: Seal Brown. HEX triplet: 37, 13 and 0F. RGB value is (55,19,15). Sum of RGB (Red+Green+Blue) = 55+19+15=89 (11% of max value = 765). Red value is 55 (21.88% from 255 or 61.80% from 89); Green value is 19 (7.81% from 255 or 21.35% from 89); Blue value is 15 (6.25% from 255 or 16.85% from 89); Max value from RGB is 55 - color contains mainly: red. Hex color #37130F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37130F is #C8ECF0. Grayscale: #1D1D1D. Windows color (decimal): -13167857 or 987959. OLE color: 987959.

HSL color Cylindrical-coordinate representation of color #37130F: hue angle of 6º degrees, saturation: 0.57, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #37130F is Cyan = 0, Magento = 0.65, Yellow = 0.73 and Black (K on CMYK) = 0.78.

Color convert

RGB 55 19 15 -
CMYK 0 0.65 0.73 0.78
HSL 0.57% 0.14% -
HSV(B) 0.73% 0.22% -
XYZ 1.89 1.31 0.61 -
YUV 29.31 119.93 146.33 -
System Red Green Blue C M Y K H S L
Decimal 55 19 15 0 0.65 0.73 0.78 6 0.57 0.14
Hex 37 13 F 0 41 49 4E 6 39 E
Octal 67 23 17 0 101 111 116 6 71 16
Binary 110111 10011 1111 0 1000001 1001001 1001110 110 111001 1110

Color Harmonies of #37130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37130F

Black with #37130F

Text Example


Text Example

White with #37130F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37130F; }

 p { color: rgb(55,19,15); }

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

background-color css

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

 a { background-color: rgb(55,19,15); }

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

border-color css

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

 span { border-color: rgb(55,19,15); }

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