Html Css Color HEX #403C32 Onion

📋 copy color: '#403C32'

red 64 ◦ green 60 ◦ blue 50

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

Shades of Onion #403C32

Tints of Onion #403C32

RGB

 RED value IS 64 (25.39% from 255) = 36.78%

 GREEN value IS 60 (23.83% from 255) = 34.48%

 BLUE value IS 50 (19.92% from 255) = 28.74%

R = 36.78%
G = 34.48%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.22

 K value IS 0.75

RGB Variations

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

Color information

#403C32 (or 0x403C32) is known color: Onion. HEX triplet: 40, 3C and 32. RGB value is (64,60,50). Sum of RGB (Red+Green+Blue) = 64+60+50=174 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.78% from 174); Green value is 60 (23.83% from 255 or 34.48% from 174); Blue value is 50 (19.92% from 255 or 28.74% from 174); Max value from RGB is 64 - color contains mainly: red. Hex color #403C32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403C32 is #BFC3CD. Grayscale: #3C3C3C. Windows color (decimal): -12567502 or 3292224. OLE color: 3292224.

HSL color Cylindrical-coordinate representation of color #403C32: hue angle of 42.86º degrees, saturation: 0.12, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #403C32 is Cyan = 0, Magento = 0.06, Yellow = 0.22 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 60 50 -
CMYK 0 0.06 0.22 0.75
HSL 42.86º 0.12% 0.22% -
HSV(B) 42.86º 0.22% 0.25% -
XYZ 4.31 4.55 3.67 -
YUV 60.06 122.33 130.81 -
System Red Green Blue C M Y K H S L
Decimal 64 60 50 0 0.06 0.22 0.75 42.86 0.12 0.22
Hex 40 3C 32 0 6 16 4B 2B C 16
Octal 100 74 62 0 6 26 113 53 14 26
Binary 1000000 111100 110010 0 110 10110 1001011 101011 1100 10110

Color Harmonies of #403C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403C32

Black with #403C32

Text Example


Text Example

White with #403C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403C32; }

 p { color: rgb(64,60,50); }

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

background-color css

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

 a { background-color: rgb(64,60,50); }

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

border-color css

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

 span { border-color: rgb(64,60,50); }

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