Html Css Color HEX #36130B Seal Brown

📋 copy color: '#36130B'

red 54 ◦ green 19 ◦ blue 11

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

Shades of Seal Brown #36130B

Tints of Seal Brown #36130B

RGB

 RED value IS 54 (21.48% from 255) = 64.29%

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

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

R = 64.29%
G = 22.62%
B = 13.1%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.80

 K value IS 0.79

RGB Variations

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

Color information

#36130B (or 0x36130B) is known color: Seal Brown. HEX triplet: 36, 13 and 0B. RGB value is (54,19,11). Sum of RGB (Red+Green+Blue) = 54+19+11=84 (11% of max value = 765). Red value is 54 (21.48% from 255 or 64.29% from 84); Green value is 19 (7.81% from 255 or 22.62% from 84); Blue value is 11 (4.69% from 255 or 13.10% from 84); Max value from RGB is 54 - color contains mainly: red. Hex color #36130B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36130B is #C9ECF4. Grayscale: #1C1C1C. Windows color (decimal): -13233397 or 725814. OLE color: 725814.

HSL color Cylindrical-coordinate representation of color #36130B: hue angle of 11.16º degrees, saturation: 0.66, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #36130B is Cyan = 0, Magento = 0.65, Yellow = 0.80 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 19 11 -
CMYK 0 0.65 0.80 0.79
HSL 11.16º 0.66% 0.13% -
HSV(B) 11.16º 0.8% 0.21% -
XYZ 1.81 1.27 0.47 -
YUV 28.55 118.1 146.15 -
System Red Green Blue C M Y K H S L
Decimal 54 19 11 0 0.65 0.80 0.79 11.16 0.66 0.13
Hex 36 13 B 0 41 50 4F B 42 D
Octal 66 23 13 0 101 120 117 13 102 15
Binary 110110 10011 1011 0 1000001 1010000 1001111 1011 1000010 1101

Color Harmonies of #36130B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36130B

Black with #36130B

Text Example


Text Example

White with #36130B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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