Html Css Color HEX #361110 Seal Brown

📋 copy color: '#361110'

red 54 ◦ green 17 ◦ blue 16

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

Shades of Seal Brown #361110

Tints of Seal Brown #361110

RGB

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

 GREEN value IS 17 (7.03% from 255) = 19.54%

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

R = 62.07%
G = 19.54%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.70

 K value IS 0.79

RGB Variations

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

Color information

#361110 (or 0x361110) is known color: Seal Brown. HEX triplet: 36, 11 and 10. RGB value is (54,17,16). Sum of RGB (Red+Green+Blue) = 54+17+16=87 (11% of max value = 765). Red value is 54 (21.48% from 255 or 62.07% from 87); Green value is 17 (7.03% from 255 or 19.54% from 87); Blue value is 16 (6.64% from 255 or 18.39% from 87); Max value from RGB is 54 - color contains mainly: red. Hex color #361110 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361110 is #C9EEEF. Grayscale: #1B1B1B. Windows color (decimal): -13233904 or 1052982. OLE color: 1052982.

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

Color convert

RGB 54 17 16 -
CMYK 0 0.69 0.70 0.79
HSL 1.58º 0.54% 0.14% -
HSV(B) 1.58º 0.7% 0.21% -
XYZ 1.82 1.22 0.63 -
YUV 27.95 121.26 146.58 -
System Red Green Blue C M Y K H S L
Decimal 54 17 16 0 0.69 0.70 0.79 1.58 0.54 0.14
Hex 36 11 10 0 45 46 4F 2 36 E
Octal 66 21 20 0 105 106 117 2 66 16
Binary 110110 10001 10000 0 1000101 1000110 1001111 10 110110 1110

Color Harmonies of #361110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361110

Black with #361110

Text Example


Text Example

White with #361110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361110; }

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

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

background-color css

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

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

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

border-color css

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

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

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