Html Css Color HEX #450701 Seal Brown

📋 copy color: '#450701'

red 69 ◦ green 7 ◦ blue 1

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

Shades of Seal Brown #450701

Tints of Seal Brown #450701

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 1.3%

R = 89.61%
G = 9.09%
B = 1.3%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#450701 (or 0x450701) is known color: Seal Brown. HEX triplet: 45, 07 and 01. RGB value is (69,7,1). Sum of RGB (Red+Green+Blue) = 69+7+1=77 (10% of max value = 765). Red value is 69 (27.34% from 255 or 89.61% from 77); Green value is 7 (3.12% from 255 or 9.09% from 77); Blue value is 1 (0.78% from 255 or 1.30% from 77); Max value from RGB is 69 - color contains mainly: red. Hex color #450701 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450701 is #BAF8FE. Grayscale: #181818. Windows color (decimal): -12253439 or 67397. OLE color: 67397.

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

Color convert

RGB 69 7 1 -
CMYK 0 0.90 0.99 0.73
HSL 5.29º 0.97% 0.14% -
HSV(B) 5.29º 0.99% 0.27% -
XYZ 2.54 1.42 0.17 -
YUV 24.85 114.54 159.49 -
System Red Green Blue C M Y K H S L
Decimal 69 7 1 0 0.90 0.99 0.73 5.29 0.97 0.14
Hex 45 7 1 0 5A 63 49 5 61 E
Octal 105 7 1 0 132 143 111 5 141 16
Binary 1000101 111 1 0 1011010 1100011 1001001 101 1100001 1110

Color Harmonies of #450701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450701

Black with #450701

Text Example


Text Example

White with #450701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450701; }

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

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

background-color css

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

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

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

border-color css

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

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

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