Html Css Color HEX #451004 Seal Brown

📋 copy color: '#451004'

red 69 ◦ green 16 ◦ blue 4

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

Shades of Seal Brown #451004

Tints of Seal Brown #451004

RGB

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

 GREEN value IS 16 (6.64% from 255) = 17.98%

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

R = 77.53%
G = 17.98%
B = 4.49%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.94

 K value IS 0.73

RGB Variations

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

Color information

#451004 (or 0x451004) is known color: Seal Brown. HEX triplet: 45, 10 and 04. RGB value is (69,16,4). Sum of RGB (Red+Green+Blue) = 69+16+4=89 (11% of max value = 765). Red value is 69 (27.34% from 255 or 77.53% from 89); Green value is 16 (6.64% from 255 or 17.98% from 89); Blue value is 4 (1.95% from 255 or 4.49% from 89); Max value from RGB is 69 - color contains mainly: red. Hex color #451004 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #451004 is #BAEFFB. Grayscale: #1E1E1E. Windows color (decimal): -12251132 or 266309. OLE color: 266309.

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

Color convert

RGB 69 16 4 -
CMYK 0 0.77 0.94 0.73
HSL 11.08º 0.89% 0.14% -
HSV(B) 11.08º 0.94% 0.27% -
XYZ 2.66 1.64 0.29 -
YUV 30.48 113.06 155.48 -
System Red Green Blue C M Y K H S L
Decimal 69 16 4 0 0.77 0.94 0.73 11.08 0.89 0.14
Hex 45 10 4 0 4D 5E 49 B 59 E
Octal 105 20 4 0 115 136 111 13 131 16
Binary 1000101 10000 100 0 1001101 1011110 1001001 1011 1011001 1110

Color Harmonies of #451004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #451004

Black with #451004

Text Example


Text Example

White with #451004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #451004; }

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

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

background-color css

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

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

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

border-color css

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

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

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