Html Css Color HEX #37130B Seal Brown

📋 copy color: '#37130B'

red 55 ◦ green 19 ◦ blue 11

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

Shades of Seal Brown #37130B

Tints of Seal Brown #37130B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 12.94%

R = 64.71%
G = 22.35%
B = 12.94%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.8

 K value IS 0.78

RGB Variations

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

Color information

#37130B (or 0x37130B) is known color: Seal Brown. HEX triplet: 37, 13 and 0B. RGB value is (55,19,11). Sum of RGB (Red+Green+Blue) = 55+19+11=85 (11% of max value = 765). Red value is 55 (21.88% from 255 or 64.71% from 85); Green value is 19 (7.81% from 255 or 22.35% from 85); Blue value is 11 (4.69% from 255 or 12.94% from 85); Max value from RGB is 55 - color contains mainly: red. Hex color #37130B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #37130B is #C8ECF4. Grayscale: #1C1C1C. Windows color (decimal): -13167861 or 725815. OLE color: 725815.

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

Color convert

RGB 55 19 11 -
CMYK 0 0.65 0.8 0.78
HSL 10.91º 0.67% 0.13% -
HSV(B) 10.91º 0.8% 0.22% -
XYZ 1.87 1.3 0.47 -
YUV 28.85 117.93 146.65 -
System Red Green Blue C M Y K H S L
Decimal 55 19 11 0 0.65 0.8 0.78 10.91 0.67 0.13
Hex 37 13 B 0 41 50 4E B 43 D
Octal 67 23 13 0 101 120 116 13 103 15
Binary 110111 10011 1011 0 1000001 1010000 1001110 1011 1000011 1101

Color Harmonies of #37130B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37130B

Black with #37130B

Text Example


Text Example

White with #37130B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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