Html Css Color HEX #37130D Seal Brown

📋 copy color: '#37130D'

red 55 ◦ green 19 ◦ blue 13

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

Shades of Seal Brown #37130D

Tints of Seal Brown #37130D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 14.94%

R = 63.22%
G = 21.84%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.76

 K value IS 0.78

RGB Variations

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

Color information

#37130D (or 0x37130D) is known color: Seal Brown. HEX triplet: 37, 13 and 0D. RGB value is (55,19,13). Sum of RGB (Red+Green+Blue) = 55+19+13=87 (11% of max value = 765). Red value is 55 (21.88% from 255 or 63.22% from 87); Green value is 19 (7.81% from 255 or 21.84% from 87); Blue value is 13 (5.47% from 255 or 14.94% from 87); Max value from RGB is 55 - color contains mainly: red. Hex color #37130D is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37130D is #C8ECF2. Grayscale: #1D1D1D. Windows color (decimal): -13167859 or 856887. OLE color: 856887.

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

Color convert

RGB 55 19 13 -
CMYK 0 0.65 0.76 0.78
HSL 8.57º 0.62% 0.13% -
HSV(B) 8.57º 0.76% 0.22% -
XYZ 1.88 1.31 0.53 -
YUV 29.08 118.93 146.49 -
System Red Green Blue C M Y K H S L
Decimal 55 19 13 0 0.65 0.76 0.78 8.57 0.62 0.13
Hex 37 13 D 0 41 4C 4E 9 3E D
Octal 67 23 15 0 101 114 116 11 76 15
Binary 110111 10011 1101 0 1000001 1001100 1001110 1001 111110 1101

Color Harmonies of #37130D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37130D

Black with #37130D

Text Example


Text Example

White with #37130D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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