Html Css Color HEX #361313 Seal Brown

📋 copy color: '#361313'

red 54 ◦ green 19 ◦ blue 19

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

Shades of Seal Brown #361313

Tints of Seal Brown #361313

RGB

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

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

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

R = 58.7%
G = 20.65%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.65

 K value IS 0.79

RGB Variations

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

Color information

#361313 (or 0x361313) is known color: Seal Brown. HEX triplet: 36, 13 and 13. RGB value is (54,19,19). Sum of RGB (Red+Green+Blue) = 54+19+19=92 (12% of max value = 765). Red value is 54 (21.48% from 255 or 58.70% from 92); Green value is 19 (7.81% from 255 or 20.65% from 92); Blue value is 19 (7.81% from 255 or 20.65% from 92); Max value from RGB is 54 - color contains mainly: red. Hex color #361313 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361313 is #C9ECEC. Grayscale: #1D1D1D. Windows color (decimal): -13233389 or 1250102. OLE color: 1250102.

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

Color convert

RGB 54 19 19 -
CMYK 0 0.65 0.65 0.79
HSL 0.48% 0.14% -
HSV(B) 0.65% 0.21% -
XYZ 1.87 1.3 0.77 -
YUV 29.47 122.1 145.5 -
System Red Green Blue C M Y K H S L
Decimal 54 19 19 0 0.65 0.65 0.79 0 0.48 0.14
Hex 36 13 13 0 41 41 4F 0 30 E
Octal 66 23 23 0 101 101 117 0 60 16
Binary 110110 10011 10011 0 1000001 1000001 1001111 0 110000 1110

Color Harmonies of #361313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361313

Black with #361313

Text Example


Text Example

White with #361313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361313; }

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

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

background-color css

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

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

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

border-color css

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

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

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