Html Css Color HEX #451211 Seal Brown

📋 copy color: '#451211'

red 69 ◦ green 18 ◦ blue 17

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

Shades of Seal Brown #451211

Tints of Seal Brown #451211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 16.35%

R = 66.35%
G = 17.31%
B = 16.35%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.75

 K value IS 0.73

RGB Variations

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

Color information

#451211 (or 0x451211) is known color: Seal Brown. HEX triplet: 45, 12 and 11. RGB value is (69,18,17). Sum of RGB (Red+Green+Blue) = 69+18+17=104 (13% of max value = 765). Red value is 69 (27.34% from 255 or 66.35% from 104); Green value is 18 (7.42% from 255 or 17.31% from 104); Blue value is 17 (7.03% from 255 or 16.35% from 104); Max value from RGB is 69 - color contains mainly: red. Hex color #451211 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451211 is #BAEDEE. Grayscale: #212121. Windows color (decimal): -12250607 or 1118789. OLE color: 1118789.

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

Color convert

RGB 69 18 17 -
CMYK 0 0.74 0.75 0.73
HSL 1.15º 0.6% 0.17% -
HSV(B) 1.15º 0.75% 0.27% -
XYZ 2.77 1.74 0.72 -
YUV 33.14 118.9 153.58 -
System Red Green Blue C M Y K H S L
Decimal 69 18 17 0 0.74 0.75 0.73 1.15 0.6 0.17
Hex 45 12 11 0 4A 4B 49 1 3C 11
Octal 105 22 21 0 112 113 111 1 74 21
Binary 1000101 10010 10001 0 1001010 1001011 1001001 1 111100 10001

Color Harmonies of #451211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451211

Black with #451211

Text Example


Text Example

White with #451211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451211; }

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

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

background-color css

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

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

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

border-color css

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

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

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