Html Css Color HEX #361100 Seal Brown

📋 copy color: '#361100'

red 54 ◦ green 17 ◦ blue 0

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

Shades of Seal Brown #361100

Tints of Seal Brown #361100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 76.06%
G = 23.94%
B = 0%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 1

 K value IS 0.79

RGB Variations

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

Color information

#361100 (or 0x361100) is known color: Seal Brown. HEX triplet: 36, 11 and 00. RGB value is (54,17,0). Sum of RGB (Red+Green+Blue) = 54+17+0=71 (9% of max value = 765). Red value is 54 (21.48% from 255 or 76.06% from 71); Green value is 17 (7.03% from 255 or 23.94% from 71); Blue value is 0 (0.39% from 255 or 0% from 71); Max value from RGB is 54 - color contains mainly: red. Hex color #361100 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361100 is #C9EEFF. Grayscale: #1A1A1A. Windows color (decimal): -13233920 or 4406. OLE color: 4406.

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

Color convert

RGB 54 17 0 -
CMYK 0 0.69 1 0.79
HSL 18.89º 1% 0.11% -
HSV(B) 18.89º 1% 0.21% -
XYZ 1.72 1.19 0.14 -
YUV 26.13 113.26 147.88 -
System Red Green Blue C M Y K H S L
Decimal 54 17 0 0 0.69 1 0.79 18.89 1 0.11
Hex 36 11 0 0 45 64 4F 13 64 B
Octal 66 21 0 0 105 144 117 23 144 13
Binary 110110 10001 0 0 1000101 1100100 1001111 10011 1100100 1011

Color Harmonies of #361100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361100

Black with #361100

Text Example


Text Example

White with #361100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361100; }

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

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

background-color css

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

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

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

border-color css

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

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

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