Html Css Color HEX #361010 Seal Brown

📋 copy color: '#361010'

red 54 ◦ green 16 ◦ blue 16

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

Shades of Seal Brown #361010

Tints of Seal Brown #361010

RGB

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

 GREEN value IS 16 (6.64% from 255) = 18.6%

 BLUE value IS 16 (6.64% from 255) = 18.6%

R = 62.79%
G = 18.6%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.70

 K value IS 0.79

RGB Variations

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

Color information

#361010 (or 0x361010) is known color: Seal Brown. HEX triplet: 36, 10 and 10. RGB value is (54,16,16). Sum of RGB (Red+Green+Blue) = 54+16+16=86 (11% of max value = 765). Red value is 54 (21.48% from 255 or 62.79% from 86); Green value is 16 (6.64% from 255 or 18.60% from 86); Blue value is 16 (6.64% from 255 or 18.60% from 86); Max value from RGB is 54 - color contains mainly: red. Hex color #361010 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361010 is #C9EFEF. Grayscale: #1B1B1B. Windows color (decimal): -13234160 or 1052726. OLE color: 1052726.

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

Color convert

RGB 54 16 16 -
CMYK 0 0.70 0.70 0.79
HSL 0.54% 0.14% -
HSV(B) 0.7% 0.21% -
XYZ 1.8 1.19 0.63 -
YUV 27.36 121.59 147 -
System Red Green Blue C M Y K H S L
Decimal 54 16 16 0 0.70 0.70 0.79 0 0.54 0.14
Hex 36 10 10 0 46 46 4F 0 36 E
Octal 66 20 20 0 106 106 117 0 66 16
Binary 110110 10000 10000 0 1000110 1000110 1001111 0 110110 1110

Color Harmonies of #361010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361010

Black with #361010

Text Example


Text Example

White with #361010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361010; }

 p { color: rgb(54,16,16); }

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

background-color css

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

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

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

border-color css

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

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

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