Html Css Color HEX #454031 Onion

📋 copy color: '#454031'

red 69 ◦ green 64 ◦ blue 49

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

Shades of Onion #454031

Tints of Onion #454031

RGB

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

 GREEN value IS 64 (25.39% from 255) = 35.16%

 BLUE value IS 49 (19.53% from 255) = 26.92%

R = 37.91%
G = 35.16%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.29

 K value IS 0.73

RGB Variations

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

Color information

#454031 (or 0x454031) is known color: Onion. HEX triplet: 45, 40 and 31. RGB value is (69,64,49). Sum of RGB (Red+Green+Blue) = 69+64+49=182 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.91% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 49 (19.53% from 255 or 26.92% from 182); Max value from RGB is 69 - color contains mainly: red. Hex color #454031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454031 is #BABFCE. Grayscale: #3F3F3F. Windows color (decimal): -12238799 or 3227717. OLE color: 3227717.

HSL color Cylindrical-coordinate representation of color #454031: hue angle of 45º degrees, saturation: 0.17, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #454031 is Cyan = 0, Magento = 0.07, Yellow = 0.29 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 64 49 -
CMYK 0 0.07 0.29 0.73
HSL 45º 0.17% 0.23% -
HSV(B) 45º 0.29% 0.27% -
XYZ 4.84 5.15 3.65 -
YUV 63.79 119.66 131.72 -
System Red Green Blue C M Y K H S L
Decimal 69 64 49 0 0.07 0.29 0.73 45 0.17 0.23
Hex 45 40 31 0 7 1D 49 2D 11 17
Octal 105 100 61 0 7 35 111 55 21 27
Binary 1000101 1000000 110001 0 111 11101 1001001 101101 10001 10111

Color Harmonies of #454031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454031

Black with #454031

Text Example


Text Example

White with #454031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454031; }

 p { color: rgb(69,64,49); }

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

background-color css

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

 a { background-color: rgb(69,64,49); }

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

border-color css

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

 span { border-color: rgb(69,64,49); }

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