Html Css Color HEX #451212 Seal Brown

📋 copy color: '#451212'

red 69 ◦ green 18 ◦ blue 18

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

Shades of Seal Brown #451212

Tints of Seal Brown #451212

RGB

 RED value IS 69 (27.34% from 255) = 65.71%

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

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

R = 65.71%
G = 17.14%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#451212 (or 0x451212) is known color: Seal Brown. HEX triplet: 45, 12 and 12. RGB value is (69,18,18). Sum of RGB (Red+Green+Blue) = 69+18+18=105 (13% of max value = 765). Red value is 69 (27.34% from 255 or 65.71% from 105); Green value is 18 (7.42% from 255 or 17.14% from 105); Blue value is 18 (7.42% from 255 or 17.14% from 105); Max value from RGB is 69 - color contains mainly: red. Hex color #451212 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451212 is #BAEDED. Grayscale: #212121. Windows color (decimal): -12250606 or 1184325. OLE color: 1184325.

HSL color Cylindrical-coordinate representation of color #451212: hue angle of 0º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #451212 is Cyan = 0, Magento = 0.74, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 18 18 -
CMYK 0 0.74 0.74 0.73
HSL 0.59% 0.17% -
HSV(B) 0.74% 0.27% -
XYZ 2.78 1.74 0.76 -
YUV 33.25 119.4 153.5 -
System Red Green Blue C M Y K H S L
Decimal 69 18 18 0 0.74 0.74 0.73 0 0.59 0.17
Hex 45 12 12 0 4A 4A 49 0 3B 11
Octal 105 22 22 0 112 112 111 0 73 21
Binary 1000101 10010 10010 0 1001010 1001010 1001001 0 111011 10001

Color Harmonies of #451212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451212

Black with #451212

Text Example


Text Example

White with #451212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451212; }

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

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

background-color css

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

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

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

border-color css

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

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

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