Html Css Color HEX #361916 Seal Brown

📋 copy color: '#361916'

red 54 ◦ green 25 ◦ blue 22

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

Shades of Seal Brown #361916

Tints of Seal Brown #361916

RGB

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

 GREEN value IS 25 (10.16% from 255) = 24.75%

 BLUE value IS 22 (8.98% from 255) = 21.78%

R = 53.47%
G = 24.75%
B = 21.78%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.59

 K value IS 0.79

RGB Variations

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

Color information

#361916 (or 0x361916) is known color: Seal Brown. HEX triplet: 36, 19 and 16. RGB value is (54,25,22). Sum of RGB (Red+Green+Blue) = 54+25+22=101 (13% of max value = 765). Red value is 54 (21.48% from 255 or 53.47% from 101); Green value is 25 (10.16% from 255 or 24.75% from 101); Blue value is 22 (8.98% from 255 or 21.78% from 101); Max value from RGB is 54 - color contains mainly: red. Hex color #361916 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361916 is #C9E6E9. Grayscale: #212121. Windows color (decimal): -13231850 or 1448246. OLE color: 1448246.

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

Color convert

RGB 54 25 22 -
CMYK 0 0.54 0.59 0.79
HSL 5.63º 0.42% 0.15% -
HSV(B) 5.63º 0.59% 0.21% -
XYZ 2.01 1.54 0.95 -
YUV 33.33 121.61 142.74 -
System Red Green Blue C M Y K H S L
Decimal 54 25 22 0 0.54 0.59 0.79 5.63 0.42 0.15
Hex 36 19 16 0 36 3B 4F 6 2A F
Octal 66 31 26 0 66 73 117 6 52 17
Binary 110110 11001 10110 0 110110 111011 1001111 110 101010 1111

Color Harmonies of #361916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361916

Black with #361916

Text Example


Text Example

White with #361916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361916; }

 p { color: rgb(54,25,22); }

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

background-color css

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

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

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

border-color css

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

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

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