Html Css Color HEX #45423A Onion

📋 copy color: '#45423A'

red 69 ◦ green 66 ◦ blue 58

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

Shades of Onion #45423A

Tints of Onion #45423A

RGB

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

 GREEN value IS 66 (26.17% from 255) = 34.2%

 BLUE value IS 58 (23.05% from 255) = 30.05%

R = 35.75%
G = 34.2%
B = 30.05%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.16

 K value IS 0.73

RGB Variations

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

Color information

#45423A (or 0x45423A) is known color: Onion. HEX triplet: 45, 42 and 3A. RGB value is (69,66,58). Sum of RGB (Red+Green+Blue) = 69+66+58=193 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.75% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 58 (23.05% from 255 or 30.05% from 193); Max value from RGB is 69 - color contains mainly: red. Hex color #45423A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45423A is #BABDC5. Grayscale: #424242. Windows color (decimal): -12238278 or 3818053. OLE color: 3818053.

HSL color Cylindrical-coordinate representation of color #45423A: hue angle of 43.64º degrees, saturation: 0.09, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #45423A is Cyan = 0, Magento = 0.04, Yellow = 0.16 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 66 58 -
CMYK 0 0.04 0.16 0.73
HSL 43.64º 0.09% 0.25% -
HSV(B) 43.64º 0.16% 0.27% -
XYZ 5.17 5.47 4.79 -
YUV 65.99 123.49 130.15 -
System Red Green Blue C M Y K H S L
Decimal 69 66 58 0 0.04 0.16 0.73 43.64 0.09 0.25
Hex 45 42 3A 0 4 10 49 2C 9 19
Octal 105 102 72 0 4 20 111 54 11 31
Binary 1000101 1000010 111010 0 100 10000 1001001 101100 1001 11001

Color Harmonies of #45423A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45423A

Black with #45423A

Text Example


Text Example

White with #45423A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #45423A; }

 p { color: rgb(69,66,58); }

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

background-color css

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

 a { background-color: rgb(69,66,58); }

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

border-color css

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

 span { border-color: rgb(69,66,58); }

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