Html Css Color HEX #450502 Seal Brown

📋 copy color: '#450502'

red 69 ◦ green 5 ◦ blue 2

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

Shades of Seal Brown #450502

Tints of Seal Brown #450502

RGB

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

 GREEN value IS 5 (2.34% from 255) = 6.58%

 BLUE value IS 2 (1.17% from 255) = 2.63%

R = 90.79%
G = 6.58%
B = 2.63%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#450502 (or 0x450502) is known color: Seal Brown. HEX triplet: 45, 05 and 02. RGB value is (69,5,2). Sum of RGB (Red+Green+Blue) = 69+5+2=76 (10% of max value = 765). Red value is 69 (27.34% from 255 or 90.79% from 76); Green value is 5 (2.34% from 255 or 6.58% from 76); Blue value is 2 (1.17% from 255 or 2.63% from 76); Max value from RGB is 69 - color contains mainly: red. Hex color #450502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450502 is #BAFAFD. Grayscale: #171717. Windows color (decimal): -12253950 or 132421. OLE color: 132421.

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

Color convert

RGB 69 5 2 -
CMYK 0 0.93 0.97 0.73
HSL 2.69º 0.94% 0.14% -
HSV(B) 2.69º 0.97% 0.27% -
XYZ 2.52 1.38 0.19 -
YUV 23.79 115.7 160.24 -
System Red Green Blue C M Y K H S L
Decimal 69 5 2 0 0.93 0.97 0.73 2.69 0.94 0.14
Hex 45 5 2 0 5D 61 49 3 5E E
Octal 105 5 2 0 135 141 111 3 136 16
Binary 1000101 101 10 0 1011101 1100001 1001001 11 1011110 1110

Color Harmonies of #450502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450502

Black with #450502

Text Example


Text Example

White with #450502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450502; }

 p { color: rgb(69,5,2); }

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

background-color css

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

 a { background-color: rgb(69,5,2); }

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

border-color css

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

 span { border-color: rgb(69,5,2); }

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