Html Css Color HEX #361312 Seal Brown

📋 copy color: '#361312'

red 54 ◦ green 19 ◦ blue 18

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

Shades of Seal Brown #361312

Tints of Seal Brown #361312

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 19.78%

R = 59.34%
G = 20.88%
B = 19.78%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.79

RGB Variations

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

Color information

#361312 (or 0x361312) is known color: Seal Brown. HEX triplet: 36, 13 and 12. RGB value is (54,19,18). Sum of RGB (Red+Green+Blue) = 54+19+18=91 (12% of max value = 765). Red value is 54 (21.48% from 255 or 59.34% from 91); Green value is 19 (7.81% from 255 or 20.88% from 91); Blue value is 18 (7.42% from 255 or 19.78% from 91); Max value from RGB is 54 - color contains mainly: red. Hex color #361312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361312 is #C9ECED. Grayscale: #1D1D1D. Windows color (decimal): -13233390 or 1184566. OLE color: 1184566.

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

Color convert

RGB 54 19 18 -
CMYK 0 0.65 0.67 0.79
HSL 1.67º 0.5% 0.14% -
HSV(B) 1.67º 0.67% 0.21% -
XYZ 1.86 1.29 0.72 -
YUV 29.35 121.6 145.58 -
System Red Green Blue C M Y K H S L
Decimal 54 19 18 0 0.65 0.67 0.79 1.67 0.5 0.14
Hex 36 13 12 0 41 43 4F 2 32 E
Octal 66 23 22 0 101 103 117 2 62 16
Binary 110110 10011 10010 0 1000001 1000011 1001111 10 110010 1110

Color Harmonies of #361312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361312

Black with #361312

Text Example


Text Example

White with #361312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361312; }

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

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

background-color css

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

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

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

border-color css

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

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

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