Html Css Color HEX #361212 Seal Brown

📋 copy color: '#361212'

red 54 ◦ green 18 ◦ blue 18

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

Shades of Seal Brown #361212

Tints of Seal Brown #361212

RGB

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

 GREEN value IS 18 (7.42% from 255) = 20%

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

R = 60%
G = 20%
B = 20%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.67

 K value IS 0.79

RGB Variations

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

Color information

#361212 (or 0x361212) is known color: Seal Brown. HEX triplet: 36, 12 and 12. RGB value is (54,18,18). Sum of RGB (Red+Green+Blue) = 54+18+18=90 (11% of max value = 765). Red value is 54 (21.48% from 255 or 60% from 90); Green value is 18 (7.42% from 255 or 20% from 90); Blue value is 18 (7.42% from 255 or 20% from 90); Max value from RGB is 54 - color contains mainly: red. Hex color #361212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361212 is #C9EDED. Grayscale: #1C1C1C. Windows color (decimal): -13233646 or 1184310. OLE color: 1184310.

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

Color convert

RGB 54 18 18 -
CMYK 0 0.67 0.67 0.79
HSL 0.5% 0.14% -
HSV(B) 0.67% 0.21% -
XYZ 1.85 1.26 0.72 -
YUV 28.76 121.93 146 -
System Red Green Blue C M Y K H S L
Decimal 54 18 18 0 0.67 0.67 0.79 0 0.5 0.14
Hex 36 12 12 0 43 43 4F 0 32 E
Octal 66 22 22 0 103 103 117 0 62 16
Binary 110110 10010 10010 0 1000011 1000011 1001111 0 110010 1110

Color Harmonies of #361212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #361212

Black with #361212

Text Example


Text Example

White with #361212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #361212; }

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

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

background-color css

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

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

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

border-color css

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

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

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