Html Css Color HEX #450600 Seal Brown

📋 copy color: '#450600'

red 69 ◦ green 6 ◦ blue 0

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

Shades of Seal Brown #450600

Tints of Seal Brown #450600

RGB

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

 GREEN value IS 6 (2.73% from 255) = 8%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 92%
G = 8%
B = 0%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#450600 (or 0x450600) is known color: Seal Brown. HEX triplet: 45, 06 and 00. RGB value is (69,6,0). Sum of RGB (Red+Green+Blue) = 69+6+0=75 (9% of max value = 765). Red value is 69 (27.34% from 255 or 92% from 75); Green value is 6 (2.73% from 255 or 8% from 75); Blue value is 0 (0.39% from 255 or 0% from 75); Max value from RGB is 69 - color contains mainly: red. Hex color #450600 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450600 is #BAF9FF. Grayscale: #181818. Windows color (decimal): -12253696 or 1605. OLE color: 1605.

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

Color convert

RGB 69 6 0 -
CMYK 0 0.91 1 0.73
HSL 5.22º 1% 0.14% -
HSV(B) 5.22º 1% 0.27% -
XYZ 2.52 1.4 0.14 -
YUV 24.15 114.37 159.99 -
System Red Green Blue C M Y K H S L
Decimal 69 6 0 0 0.91 1 0.73 5.22 1 0.14
Hex 45 6 0 0 5B 64 49 5 64 E
Octal 105 6 0 0 133 144 111 5 144 16
Binary 1000101 110 0 0 1011011 1100100 1001001 101 1100100 1110

Color Harmonies of #450600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450600

Black with #450600

Text Example


Text Example

White with #450600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450600; }

 p { color: rgb(69,6,0); }

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

background-color css

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

 a { background-color: rgb(69,6,0); }

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

border-color css

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

 span { border-color: rgb(69,6,0); }

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