Html Css Color HEX #450501 Seal Brown

📋 copy color: '#450501'

red 69 ◦ green 5 ◦ blue 1

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

Shades of Seal Brown #450501

Tints of Seal Brown #450501

RGB

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

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

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

R = 92%
G = 6.67%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#450501 (or 0x450501) is known color: Seal Brown. HEX triplet: 45, 05 and 01. RGB value is (69,5,1). Sum of RGB (Red+Green+Blue) = 69+5+1=75 (9% of max value = 765). Red value is 69 (27.34% from 255 or 92% from 75); Green value is 5 (2.34% from 255 or 6.67% from 75); Blue value is 1 (0.78% from 255 or 1.33% from 75); Max value from RGB is 69 - color contains mainly: red. Hex color #450501 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450501 is #BAFAFE. Grayscale: #171717. Windows color (decimal): -12253951 or 66885. OLE color: 66885.

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

Color convert

RGB 69 5 1 -
CMYK 0 0.93 0.99 0.73
HSL 3.53º 0.97% 0.14% -
HSV(B) 3.53º 0.99% 0.27% -
XYZ 2.51 1.38 0.16 -
YUV 23.68 115.2 160.33 -
System Red Green Blue C M Y K H S L
Decimal 69 5 1 0 0.93 0.99 0.73 3.53 0.97 0.14
Hex 45 5 1 0 5D 63 49 4 61 E
Octal 105 5 1 0 135 143 111 4 141 16
Binary 1000101 101 1 0 1011101 1100011 1001001 100 1100001 1110

Color Harmonies of #450501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450501

Black with #450501

Text Example


Text Example

White with #450501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450501; }

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

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

background-color css

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

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

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

border-color css

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

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

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