Html Css Color HEX #361310 Seal Brown

📋 copy color: '#361310'

red 54 ◦ green 19 ◦ blue 16

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

Shades of Seal Brown #361310

Tints of Seal Brown #361310

RGB

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

 GREEN value IS 19 (7.81% from 255) = 21.35%

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

R = 60.67%
G = 21.35%
B = 17.98%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.70

 K value IS 0.79

RGB Variations

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

Color information

#361310 (or 0x361310) is known color: Seal Brown. HEX triplet: 36, 13 and 10. RGB value is (54,19,16). Sum of RGB (Red+Green+Blue) = 54+19+16=89 (11% of max value = 765). Red value is 54 (21.48% from 255 or 60.67% from 89); Green value is 19 (7.81% from 255 or 21.35% from 89); Blue value is 16 (6.64% from 255 or 17.98% from 89); Max value from RGB is 54 - color contains mainly: red. Hex color #361310 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361310 is #C9ECEF. Grayscale: #1D1D1D. Windows color (decimal): -13233392 or 1053494. OLE color: 1053494.

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

Color convert

RGB 54 19 16 -
CMYK 0 0.65 0.70 0.79
HSL 4.74º 0.54% 0.14% -
HSV(B) 4.74º 0.7% 0.21% -
XYZ 1.85 1.29 0.64 -
YUV 29.12 120.6 145.74 -
System Red Green Blue C M Y K H S L
Decimal 54 19 16 0 0.65 0.70 0.79 4.74 0.54 0.14
Hex 36 13 10 0 41 46 4F 5 36 E
Octal 66 23 20 0 101 106 117 5 66 16
Binary 110110 10011 10000 0 1000001 1000110 1001111 101 110110 1110

Color Harmonies of #361310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361310

Black with #361310

Text Example


Text Example

White with #361310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361310; }

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

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

background-color css

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

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

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

border-color css

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

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

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