Html Css Color HEX #453F30 Onion

📋 copy color: '#453F30'

red 69 ◦ green 63 ◦ blue 48

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

Shades of Onion #453F30

Tints of Onion #453F30

RGB

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

 GREEN value IS 63 (25% from 255) = 35%

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

R = 38.33%
G = 35%
B = 26.67%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.30

 K value IS 0.73

RGB Variations

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

Color information

#453F30 (or 0x453F30) is known color: Onion. HEX triplet: 45, 3F and 30. RGB value is (69,63,48). Sum of RGB (Red+Green+Blue) = 69+63+48=180 (23% of max value = 765). Red value is 69 (27.34% from 255 or 38.33% from 180); Green value is 63 (25% from 255 or 35% from 180); Blue value is 48 (19.14% from 255 or 26.67% from 180); Max value from RGB is 69 - color contains mainly: red. Hex color #453F30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453F30 is #BAC0CF. Grayscale: #3F3F3F. Windows color (decimal): -12239056 or 3161925. OLE color: 3161925.

HSL color Cylindrical-coordinate representation of color #453F30: hue angle of 42.86º 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 #453F30 is Cyan = 0, Magento = 0.09, Yellow = 0.30 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 63 48 -
CMYK 0 0.09 0.30 0.73
HSL 42.86º 0.18% 0.23% -
HSV(B) 42.86º 0.3% 0.27% -
XYZ 4.77 5.03 3.52 -
YUV 63.08 119.49 132.22 -
System Red Green Blue C M Y K H S L
Decimal 69 63 48 0 0.09 0.30 0.73 42.86 0.18 0.23
Hex 45 3F 30 0 9 1E 49 2B 12 17
Octal 105 77 60 0 11 36 111 53 22 27
Binary 1000101 111111 110000 0 1001 11110 1001001 101011 10010 10111

Color Harmonies of #453F30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453F30

Black with #453F30

Text Example


Text Example

White with #453F30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453F30; }

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

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

background-color css

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

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

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

border-color css

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

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

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