Html Css Color HEX #451204 Seal Brown

📋 copy color: '#451204'

red 69 ◦ green 18 ◦ blue 4

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

Shades of Seal Brown #451204

Tints of Seal Brown #451204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 4.4%

R = 75.82%
G = 19.78%
B = 4.4%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.73

RGB Variations

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

Color information

#451204 (or 0x451204) is known color: Seal Brown. HEX triplet: 45, 12 and 04. RGB value is (69,18,4). Sum of RGB (Red+Green+Blue) = 69+18+4=91 (12% of max value = 765). Red value is 69 (27.34% from 255 or 75.82% from 91); Green value is 18 (7.42% from 255 or 19.78% from 91); Blue value is 4 (1.95% from 255 or 4.40% from 91); Max value from RGB is 69 - color contains mainly: red. Hex color #451204 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451204 is #BAEDFB. Grayscale: #1F1F1F. Windows color (decimal): -12250620 or 266821. OLE color: 266821.

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

Color convert

RGB 69 18 4 -
CMYK 0 0.74 0.94 0.73
HSL 12.92º 0.89% 0.14% -
HSV(B) 12.92º 0.94% 0.27% -
XYZ 2.69 1.71 0.3 -
YUV 31.65 112.4 154.64 -
System Red Green Blue C M Y K H S L
Decimal 69 18 4 0 0.74 0.94 0.73 12.92 0.89 0.14
Hex 45 12 4 0 4A 5E 49 D 59 E
Octal 105 22 4 0 112 136 111 15 131 16
Binary 1000101 10010 100 0 1001010 1011110 1001001 1101 1011001 1110

Color Harmonies of #451204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451204

Black with #451204

Text Example


Text Example

White with #451204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451204; }

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

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

background-color css

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

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

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

border-color css

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

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

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