Html Css Color HEX #450301 Seal Brown

📋 copy color: '#450301'

red 69 ◦ green 3 ◦ blue 1

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

Shades of Seal Brown #450301

Tints of Seal Brown #450301

RGB

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

 GREEN value IS 3 (1.56% from 255) = 4.11%

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

R = 94.52%
G = 4.11%
B = 1.37%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#450301 (or 0x450301) is known color: Seal Brown. HEX triplet: 45, 03 and 01. RGB value is (69,3,1). Sum of RGB (Red+Green+Blue) = 69+3+1=73 (9% of max value = 765). Red value is 69 (27.34% from 255 or 94.52% from 73); Green value is 3 (1.56% from 255 or 4.11% from 73); Blue value is 1 (0.78% from 255 or 1.37% from 73); Max value from RGB is 69 - color contains mainly: red. Hex color #450301 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450301 is #BAFCFE. Grayscale: #161616. Windows color (decimal): -12254463 or 66373. OLE color: 66373.

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

Color convert

RGB 69 3 1 -
CMYK 0 0.96 0.99 0.73
HSL 1.76º 0.97% 0.14% -
HSV(B) 1.76º 0.99% 0.27% -
XYZ 2.49 1.33 0.15 -
YUV 22.51 115.87 161.16 -
System Red Green Blue C M Y K H S L
Decimal 69 3 1 0 0.96 0.99 0.73 1.76 0.97 0.14
Hex 45 3 1 0 60 63 49 2 61 E
Octal 105 3 1 0 140 143 111 2 141 16
Binary 1000101 11 1 0 1100000 1100011 1001001 10 1100001 1110

Color Harmonies of #450301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450301

Black with #450301

Text Example


Text Example

White with #450301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450301; }

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

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

background-color css

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

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

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

border-color css

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

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

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