Html Css Color HEX #413D33 Onion

📋 copy color: '#413D33'

red 65 ◦ green 61 ◦ blue 51

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

Shades of Onion #413D33

Tints of Onion #413D33

RGB

 RED value IS 65 (25.78% from 255) = 36.72%

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

 BLUE value IS 51 (20.31% from 255) = 28.81%

R = 36.72%
G = 34.46%
B = 28.81%

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

#413D33 (or 0x413D33) is known color: Onion. HEX triplet: 41, 3D and 33. RGB value is (65,61,51). Sum of RGB (Red+Green+Blue) = 65+61+51=177 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.72% from 177); Green value is 61 (24.22% from 255 or 34.46% from 177); Blue value is 51 (20.31% from 255 or 28.81% from 177); Max value from RGB is 65 - color contains mainly: red. Hex color #413D33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413D33 is #BEC2CC. Grayscale: #3D3D3D. Windows color (decimal): -12501709 or 3358017. OLE color: 3358017.

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

Color convert

RGB 65 61 51 -
CMYK 0 0.06 0.22 0.75
HSL 42.86º 0.12% 0.23% -
HSV(B) 42.86º 0.22% 0.25% -
XYZ 4.45 4.7 3.8 -
YUV 61.06 122.33 130.81 -
System Red Green Blue C M Y K H S L
Decimal 65 61 51 0 0.06 0.22 0.75 42.86 0.12 0.23
Hex 41 3D 33 0 6 16 4B 2B C 17
Octal 101 75 63 0 6 26 113 53 14 27
Binary 1000001 111101 110011 0 110 10110 1001011 101011 1100 10111

Color Harmonies of #413D33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413D33

Black with #413D33

Text Example


Text Example

White with #413D33

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413D33; }

 p { color: rgb(65,61,51); }

 H1.HeaderClassName
 {
   color: #413D33;
 }
 .AnyTagClassName
 {
   color: #413D33;
 }
</style>

background-color css

<style>
 a { background-color: #413D33; }

 a { background-color: rgb(65,61,51); }

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

border-color css

<style>
 span { border-color: #413D33; }

 span { border-color: rgb(65,61,51); }

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