Html Css Color HEX #450D04 Seal Brown

📋 copy color: '#450D04'

red 69 ◦ green 13 ◦ blue 4

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

Shades of Seal Brown #450D04

Tints of Seal Brown #450D04

RGB

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

 GREEN value IS 13 (5.47% from 255) = 15.12%

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

R = 80.23%
G = 15.12%
B = 4.65%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.94

 K value IS 0.73

RGB Variations

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

Color information

#450D04 (or 0x450D04) is known color: Seal Brown. HEX triplet: 45, 0D and 04. RGB value is (69,13,4). Sum of RGB (Red+Green+Blue) = 69+13+4=86 (11% of max value = 765). Red value is 69 (27.34% from 255 or 80.23% from 86); Green value is 13 (5.47% from 255 or 15.12% from 86); Blue value is 4 (1.95% from 255 or 4.65% from 86); Max value from RGB is 69 - color contains mainly: red. Hex color #450D04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450D04 is #BAF2FB. Grayscale: #1C1C1C. Windows color (decimal): -12251900 or 265541. OLE color: 265541.

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

Color convert

RGB 69 13 4 -
CMYK 0 0.81 0.94 0.73
HSL 8.31º 0.89% 0.14% -
HSV(B) 8.31º 0.94% 0.27% -
XYZ 2.62 1.56 0.28 -
YUV 28.72 114.05 156.73 -
System Red Green Blue C M Y K H S L
Decimal 69 13 4 0 0.81 0.94 0.73 8.31 0.89 0.14
Hex 45 D 4 0 51 5E 49 8 59 E
Octal 105 15 4 0 121 136 111 10 131 16
Binary 1000101 1101 100 0 1010001 1011110 1001001 1000 1011001 1110

Color Harmonies of #450D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450D04

Black with #450D04

Text Example


Text Example

White with #450D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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