Html Css Color HEX #454134 Onion

📋 copy color: '#454134'

red 69 ◦ green 65 ◦ blue 52

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

Shades of Onion #454134

Tints of Onion #454134

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.95%

 BLUE value IS 52 (20.7% from 255) = 27.96%

R = 37.1%
G = 34.95%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.25

 K value IS 0.73

RGB Variations

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

Color information

#454134 (or 0x454134) is known color: Onion. HEX triplet: 45, 41 and 34. RGB value is (69,65,52). Sum of RGB (Red+Green+Blue) = 69+65+52=186 (24% of max value = 765). Red value is 69 (27.34% from 255 or 37.10% from 186); Green value is 65 (25.78% from 255 or 34.95% from 186); Blue value is 52 (20.70% from 255 or 27.96% from 186); Max value from RGB is 69 - color contains mainly: red. Hex color #454134 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #454134 is #BABECB. Grayscale: #404040. Windows color (decimal): -12238540 or 3424581. OLE color: 3424581.

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

Color convert

RGB 69 65 52 -
CMYK 0 0.06 0.25 0.73
HSL 45.88º 0.14% 0.24% -
HSV(B) 45.88º 0.25% 0.27% -
XYZ 4.96 5.29 4.01 -
YUV 64.71 120.83 131.06 -
System Red Green Blue C M Y K H S L
Decimal 69 65 52 0 0.06 0.25 0.73 45.88 0.14 0.24
Hex 45 41 34 0 6 19 49 2E E 18
Octal 105 101 64 0 6 31 111 56 16 30
Binary 1000101 1000001 110100 0 110 11001 1001001 101110 1110 11000

Color Harmonies of #454134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #454134

Black with #454134

Text Example


Text Example

White with #454134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #454134; }

 p { color: rgb(69,65,52); }

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

background-color css

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

 a { background-color: rgb(69,65,52); }

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

border-color css

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

 span { border-color: rgb(69,65,52); }

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