Html Css Color HEX #361510 Seal Brown

📋 copy color: '#361510'

red 54 ◦ green 21 ◦ blue 16

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

Shades of Seal Brown #361510

Tints of Seal Brown #361510

RGB

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

 GREEN value IS 21 (8.59% from 255) = 23.08%

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

R = 59.34%
G = 23.08%
B = 17.58%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.70

 K value IS 0.79

RGB Variations

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

Color information

#361510 (or 0x361510) is known color: Seal Brown. HEX triplet: 36, 15 and 10. RGB value is (54,21,16). Sum of RGB (Red+Green+Blue) = 54+21+16=91 (12% of max value = 765). Red value is 54 (21.48% from 255 or 59.34% from 91); Green value is 21 (8.59% from 255 or 23.08% from 91); Blue value is 16 (6.64% from 255 or 17.58% from 91); Max value from RGB is 54 - color contains mainly: red. Hex color #361510 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361510 is #C9EAEF. Grayscale: #1E1E1E. Windows color (decimal): -13232880 or 1054006. OLE color: 1054006.

HSL color Cylindrical-coordinate representation of color #361510: hue angle of 7.89º 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 #361510 is Cyan = 0, Magento = 0.61, Yellow = 0.70 and Black (K on CMYK) = 0.79.

Color convert

RGB 54 21 16 -
CMYK 0 0.61 0.70 0.79
HSL 7.89º 0.54% 0.14% -
HSV(B) 7.89º 0.7% 0.21% -
XYZ 1.88 1.36 0.65 -
YUV 30.3 119.93 144.91 -
System Red Green Blue C M Y K H S L
Decimal 54 21 16 0 0.61 0.70 0.79 7.89 0.54 0.14
Hex 36 15 10 0 3D 46 4F 8 36 E
Octal 66 25 20 0 75 106 117 10 66 16
Binary 110110 10101 10000 0 111101 1000110 1001111 1000 110110 1110

Color Harmonies of #361510

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361510

Black with #361510

Text Example


Text Example

White with #361510

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361510; }

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

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

background-color css

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

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

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

border-color css

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

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

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