Html Css Color HEX #454030 Onion

📋 copy color: '#454030'

red 69 ◦ green 64 ◦ blue 48

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

Shades of Onion #454030

Tints of Onion #454030

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 26.52%

R = 38.12%
G = 35.36%
B = 26.52%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.30

 K value IS 0.73

RGB Variations

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

Color information

#454030 (or 0x454030) is known color: Onion. HEX triplet: 45, 40 and 30. RGB value is (69,64,48). Sum of RGB (Red+Green+Blue) = 69+64+48=181 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.12% from 181); Green value is 64 (25.39% from 255 or 35.36% from 181); Blue value is 48 (19.14% from 255 or 26.52% from 181); Max value from RGB is 69 - color contains mainly: red. Hex color #454030 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454030 is #BABFCF. Grayscale: #3F3F3F. Windows color (decimal): -12238800 or 3162181. OLE color: 3162181.

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

Color convert

RGB 69 64 48 -
CMYK 0 0.07 0.30 0.73
HSL 45.71º 0.18% 0.23% -
HSV(B) 45.71º 0.3% 0.27% -
XYZ 4.82 5.15 3.54 -
YUV 63.67 119.16 131.8 -
System Red Green Blue C M Y K H S L
Decimal 69 64 48 0 0.07 0.30 0.73 45.71 0.18 0.23
Hex 45 40 30 0 7 1E 49 2E 12 17
Octal 105 100 60 0 7 36 111 56 22 27
Binary 1000101 1000000 110000 0 111 11110 1001001 101110 10010 10111

Color Harmonies of #454030

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454030

Black with #454030

Text Example


Text Example

White with #454030

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454030; }

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

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

background-color css

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

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

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

border-color css

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

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

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