Html Css Color HEX #36130F Seal Brown

📋 copy color: '#36130F'

red 54 ◦ green 19 ◦ blue 15

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

Shades of Seal Brown #36130F

Tints of Seal Brown #36130F

RGB

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

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

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

R = 61.36%
G = 21.59%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.79

RGB Variations

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

Color information

#36130F (or 0x36130F) is known color: Seal Brown. HEX triplet: 36, 13 and 0F. RGB value is (54,19,15). Sum of RGB (Red+Green+Blue) = 54+19+15=88 (11% of max value = 765). Red value is 54 (21.48% from 255 or 61.36% from 88); Green value is 19 (7.81% from 255 or 21.59% from 88); Blue value is 15 (6.25% from 255 or 17.05% from 88); Max value from RGB is 54 - color contains mainly: red. Hex color #36130F is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #36130F is #C9ECF0. Grayscale: #1D1D1D. Windows color (decimal): -13233393 or 987958. OLE color: 987958.

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

Color convert

RGB 54 19 15 -
CMYK 0 0.65 0.72 0.79
HSL 6.15º 0.57% 0.14% -
HSV(B) 6.15º 0.72% 0.21% -
XYZ 1.84 1.28 0.6 -
YUV 29.01 120.1 145.83 -
System Red Green Blue C M Y K H S L
Decimal 54 19 15 0 0.65 0.72 0.79 6.15 0.57 0.14
Hex 36 13 F 0 41 48 4F 6 39 E
Octal 66 23 17 0 101 110 117 6 71 16
Binary 110110 10011 1111 0 1000001 1001000 1001111 110 111001 1110

Color Harmonies of #36130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #36130F

Black with #36130F

Text Example


Text Example

White with #36130F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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