Html Css Color HEX #45423B Onion

📋 copy color: '#45423B'

red 69 ◦ green 66 ◦ blue 59

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

Shades of Onion #45423B

Tints of Onion #45423B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 30.41%

R = 35.57%
G = 34.02%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.14

 K value IS 0.73

RGB Variations

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

Color information

#45423B (or 0x45423B) is known color: Onion. HEX triplet: 45, 42 and 3B. RGB value is (69,66,59). Sum of RGB (Red+Green+Blue) = 69+66+59=194 (25% of max value = 765). Red value is 69 (27.34% from 255 or 35.57% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 59 (23.44% from 255 or 30.41% from 194); Max value from RGB is 69 - color contains mainly: red. Hex color #45423B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #45423B is #BABDC4. Grayscale: #424242. Windows color (decimal): -12238277 or 3883589. OLE color: 3883589.

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

Color convert

RGB 69 66 59 -
CMYK 0 0.04 0.14 0.73
HSL 42º 0.08% 0.25% -
HSV(B) 42º 0.14% 0.27% -
XYZ 5.19 5.48 4.92 -
YUV 66.1 123.99 130.07 -
System Red Green Blue C M Y K H S L
Decimal 69 66 59 0 0.04 0.14 0.73 42 0.08 0.25
Hex 45 42 3B 0 4 E 49 2A 8 19
Octal 105 102 73 0 4 16 111 52 10 31
Binary 1000101 1000010 111011 0 100 1110 1001001 101010 1000 11001

Color Harmonies of #45423B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #45423B

Black with #45423B

Text Example


Text Example

White with #45423B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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