Html Css Color HEX #451312 Seal Brown

📋 copy color: '#451312'

red 69 ◦ green 19 ◦ blue 18

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

Shades of Seal Brown #451312

Tints of Seal Brown #451312

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.92%

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

R = 65.09%
G = 17.92%
B = 16.98%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#451312 (or 0x451312) is known color: Seal Brown. HEX triplet: 45, 13 and 12. RGB value is (69,19,18). Sum of RGB (Red+Green+Blue) = 69+19+18=106 (14% of max value = 765). Red value is 69 (27.34% from 255 or 65.09% from 106); Green value is 19 (7.81% from 255 or 17.92% from 106); Blue value is 18 (7.42% from 255 or 16.98% from 106); Max value from RGB is 69 - color contains mainly: red. Hex color #451312 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451312 is #BAECED. Grayscale: #212121. Windows color (decimal): -12250350 or 1184581. OLE color: 1184581.

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

Color convert

RGB 69 19 18 -
CMYK 0 0.72 0.74 0.73
HSL 1.18º 0.59% 0.17% -
HSV(B) 1.18º 0.74% 0.27% -
XYZ 2.8 1.77 0.77 -
YUV 33.84 119.07 153.08 -
System Red Green Blue C M Y K H S L
Decimal 69 19 18 0 0.72 0.74 0.73 1.18 0.59 0.17
Hex 45 13 12 0 48 4A 49 1 3B 11
Octal 105 23 22 0 110 112 111 1 73 21
Binary 1000101 10011 10010 0 1001000 1001010 1001001 1 111011 10001

Color Harmonies of #451312

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451312

Black with #451312

Text Example


Text Example

White with #451312

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451312; }

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

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

background-color css

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

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

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

border-color css

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

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

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