Html Css Color HEX #450702 Seal Brown

📋 copy color: '#450702'

red 69 ◦ green 7 ◦ blue 2

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

Shades of Seal Brown #450702

Tints of Seal Brown #450702

RGB

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

 GREEN value IS 7 (3.13% from 255) = 8.97%

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

R = 88.46%
G = 8.97%
B = 2.56%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#450702 (or 0x450702) is known color: Seal Brown. HEX triplet: 45, 07 and 02. RGB value is (69,7,2). Sum of RGB (Red+Green+Blue) = 69+7+2=78 (10% of max value = 765). Red value is 69 (27.34% from 255 or 88.46% from 78); Green value is 7 (3.12% from 255 or 8.97% from 78); Blue value is 2 (1.17% from 255 or 2.56% from 78); Max value from RGB is 69 - color contains mainly: red. Hex color #450702 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450702 is #BAF8FD. Grayscale: #191919. Windows color (decimal): -12253438 or 132933. OLE color: 132933.

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

Color convert

RGB 69 7 2 -
CMYK 0 0.90 0.97 0.73
HSL 4.48º 0.94% 0.14% -
HSV(B) 4.48º 0.97% 0.27% -
XYZ 2.54 1.42 0.2 -
YUV 24.97 115.04 159.41 -
System Red Green Blue C M Y K H S L
Decimal 69 7 2 0 0.90 0.97 0.73 4.48 0.94 0.14
Hex 45 7 2 0 5A 61 49 4 5E E
Octal 105 7 2 0 132 141 111 4 136 16
Binary 1000101 111 10 0 1011010 1100001 1001001 100 1011110 1110

Color Harmonies of #450702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450702

Black with #450702

Text Example


Text Example

White with #450702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450702; }

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

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

background-color css

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

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

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

border-color css

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

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

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