Html Css Color HEX #361913 Seal Brown

📋 copy color: '#361913'

red 54 ◦ green 25 ◦ blue 19

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

Shades of Seal Brown #361913

Tints of Seal Brown #361913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 19.39%

R = 55.1%
G = 25.51%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.65

 K value IS 0.79

RGB Variations

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

Color information

#361913 (or 0x361913) is known color: Seal Brown. HEX triplet: 36, 19 and 13. RGB value is (54,25,19). Sum of RGB (Red+Green+Blue) = 54+25+19=98 (12% of max value = 765). Red value is 54 (21.48% from 255 or 55.10% from 98); Green value is 25 (10.16% from 255 or 25.51% from 98); Blue value is 19 (7.81% from 255 or 19.39% from 98); Max value from RGB is 54 - color contains mainly: red. Hex color #361913 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361913 is #C9E6EC. Grayscale: #212121. Windows color (decimal): -13231853 or 1251638. OLE color: 1251638.

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

Color convert

RGB 54 25 19 -
CMYK 0 0.54 0.65 0.79
HSL 10.29º 0.48% 0.14% -
HSV(B) 10.29º 0.65% 0.21% -
XYZ 1.99 1.53 0.81 -
YUV 32.99 120.11 142.99 -
System Red Green Blue C M Y K H S L
Decimal 54 25 19 0 0.54 0.65 0.79 10.29 0.48 0.14
Hex 36 19 13 0 36 41 4F A 30 E
Octal 66 31 23 0 66 101 117 12 60 16
Binary 110110 11001 10011 0 110110 1000001 1001111 1010 110000 1110

Color Harmonies of #361913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361913

Black with #361913

Text Example


Text Example

White with #361913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361913; }

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

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

background-color css

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

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

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

border-color css

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

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

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