Html Css Color HEX #361512 Seal Brown

📋 copy color: '#361512'

red 54 ◦ green 21 ◦ blue 18

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

Shades of Seal Brown #361512

Tints of Seal Brown #361512

RGB

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

 GREEN value IS 21 (8.59% from 255) = 22.58%

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

R = 58.06%
G = 22.58%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.67

 K value IS 0.79

RGB Variations

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

Color information

#361512 (or 0x361512) is known color: Seal Brown. HEX triplet: 36, 15 and 12. RGB value is (54,21,18). Sum of RGB (Red+Green+Blue) = 54+21+18=93 (12% of max value = 765). Red value is 54 (21.48% from 255 or 58.06% from 93); Green value is 21 (8.59% from 255 or 22.58% from 93); Blue value is 18 (7.42% from 255 or 19.35% from 93); Max value from RGB is 54 - color contains mainly: red. Hex color #361512 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361512 is #C9EAED. Grayscale: #1E1E1E. Windows color (decimal): -13232878 or 1185078. OLE color: 1185078.

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

Color convert

RGB 54 21 18 -
CMYK 0 0.61 0.67 0.79
HSL 0.5% 0.14% -
HSV(B) 0.67% 0.21% -
XYZ 1.9 1.36 0.74 -
YUV 30.53 120.93 144.74 -
System Red Green Blue C M Y K H S L
Decimal 54 21 18 0 0.61 0.67 0.79 5 0.5 0.14
Hex 36 15 12 0 3D 43 4F 5 32 E
Octal 66 25 22 0 75 103 117 5 62 16
Binary 110110 10101 10010 0 111101 1000011 1001111 101 110010 1110

Color Harmonies of #361512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361512

Black with #361512

Text Example


Text Example

White with #361512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361512; }

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

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

background-color css

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

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

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

border-color css

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

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

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