Html Css Color HEX #453D2B Onion

📋 copy color: '#453D2B'

red 69 ◦ green 61 ◦ blue 43

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

Shades of Onion #453D2B

Tints of Onion #453D2B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 35.26%

 BLUE value IS 43 (17.19% from 255) = 24.86%

R = 39.88%
G = 35.26%
B = 24.86%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.38

 K value IS 0.73

RGB Variations

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

Color information

#453D2B (or 0x453D2B) is known color: Onion. HEX triplet: 45, 3D and 2B. RGB value is (69,61,43). Sum of RGB (Red+Green+Blue) = 69+61+43=173 (22% of max value = 765). Red value is 69 (27.34% from 255 or 39.88% from 173); Green value is 61 (24.22% from 255 or 35.26% from 173); Blue value is 43 (17.19% from 255 or 24.86% from 173); Max value from RGB is 69 - color contains mainly: red. Hex color #453D2B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #453D2B is #BAC2D4. Grayscale: #3D3D3D. Windows color (decimal): -12239573 or 2833733. OLE color: 2833733.

HSL color Cylindrical-coordinate representation of color #453D2B: hue angle of 41.54º degrees, saturation: 0.23, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #453D2B is Cyan = 0, Magento = 0.12, Yellow = 0.38 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 61 43 -
CMYK 0 0.12 0.38 0.73
HSL 41.54º 0.23% 0.22% -
HSV(B) 41.54º 0.38% 0.27% -
XYZ 4.56 4.78 2.97 -
YUV 61.34 117.65 133.46 -
System Red Green Blue C M Y K H S L
Decimal 69 61 43 0 0.12 0.38 0.73 41.54 0.23 0.22
Hex 45 3D 2B 0 C 26 49 2A 17 16
Octal 105 75 53 0 14 46 111 52 27 26
Binary 1000101 111101 101011 0 1100 100110 1001001 101010 10111 10110

Color Harmonies of #453D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453D2B

Black with #453D2B

Text Example


Text Example

White with #453D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(69,61,43); }

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

background-color css

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

 a { background-color: rgb(69,61,43); }

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

border-color css

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

 span { border-color: rgb(69,61,43); }

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