Html Css Color HEX #361713 Seal Brown

📋 copy color: '#361713'

red 54 ◦ green 23 ◦ blue 19

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

Shades of Seal Brown #361713

Tints of Seal Brown #361713

RGB

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

 GREEN value IS 23 (9.38% from 255) = 23.96%

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

R = 56.25%
G = 23.96%
B = 19.79%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.65

 K value IS 0.79

RGB Variations

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

Color information

#361713 (or 0x361713) is known color: Seal Brown. HEX triplet: 36, 17 and 13. RGB value is (54,23,19). Sum of RGB (Red+Green+Blue) = 54+23+19=96 (12% of max value = 765). Red value is 54 (21.48% from 255 or 56.25% from 96); Green value is 23 (9.38% from 255 or 23.96% from 96); Blue value is 19 (7.81% from 255 or 19.79% from 96); Max value from RGB is 54 - color contains mainly: red. Hex color #361713 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361713 is #C9E8EC. Grayscale: #1F1F1F. Windows color (decimal): -13232365 or 1251126. OLE color: 1251126.

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

Color convert

RGB 54 23 19 -
CMYK 0 0.57 0.65 0.79
HSL 6.86º 0.48% 0.14% -
HSV(B) 6.86º 0.65% 0.21% -
XYZ 1.95 1.44 0.79 -
YUV 31.81 120.77 143.83 -
System Red Green Blue C M Y K H S L
Decimal 54 23 19 0 0.57 0.65 0.79 6.86 0.48 0.14
Hex 36 17 13 0 39 41 4F 7 30 E
Octal 66 27 23 0 71 101 117 7 60 16
Binary 110110 10111 10011 0 111001 1000001 1001111 111 110000 1110

Color Harmonies of #361713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361713

Black with #361713

Text Example


Text Example

White with #361713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361713; }

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

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

background-color css

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

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

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

border-color css

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

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

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