Html Css Color HEX #361412 Seal Brown

📋 copy color: '#361412'

red 54 ◦ green 20 ◦ blue 18

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

Shades of Seal Brown #361412

Tints of Seal Brown #361412

RGB

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

 GREEN value IS 20 (8.2% from 255) = 21.74%

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

R = 58.7%
G = 21.74%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.79

RGB Variations

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

Color information

#361412 (or 0x361412) is known color: Seal Brown. HEX triplet: 36, 14 and 12. RGB value is (54,20,18). Sum of RGB (Red+Green+Blue) = 54+20+18=92 (12% of max value = 765). Red value is 54 (21.48% from 255 or 58.70% from 92); Green value is 20 (8.20% from 255 or 21.74% from 92); Blue value is 18 (7.42% from 255 or 19.57% from 92); Max value from RGB is 54 - color contains mainly: red. Hex color #361412 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361412 is #C9EBED. Grayscale: #1D1D1D. Windows color (decimal): -13233134 or 1184822. OLE color: 1184822.

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

Color convert

RGB 54 20 18 -
CMYK 0 0.63 0.67 0.79
HSL 3.33º 0.5% 0.14% -
HSV(B) 3.33º 0.67% 0.21% -
XYZ 1.88 1.33 0.73 -
YUV 29.94 121.26 145.16 -
System Red Green Blue C M Y K H S L
Decimal 54 20 18 0 0.63 0.67 0.79 3.33 0.5 0.14
Hex 36 14 12 0 3F 43 4F 3 32 E
Octal 66 24 22 0 77 103 117 3 62 16
Binary 110110 10100 10010 0 111111 1000011 1001111 11 110010 1110

Color Harmonies of #361412

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361412

Black with #361412

Text Example


Text Example

White with #361412

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361412; }

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

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

background-color css

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

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

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

border-color css

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

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

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