Html Css Color HEX #413D35 Onion

📋 copy color: '#413D35'

red 65 ◦ green 61 ◦ blue 53

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

Shades of Onion #413D35

Tints of Onion #413D35

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 29.61%

R = 36.31%
G = 34.08%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.18

 K value IS 0.75

RGB Variations

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

Color information

#413D35 (or 0x413D35) is known color: Onion. HEX triplet: 41, 3D and 35. RGB value is (65,61,53). Sum of RGB (Red+Green+Blue) = 65+61+53=179 (23% of max value = 765). Red value is 65 (25.78% from 255 or 36.31% from 179); Green value is 61 (24.22% from 255 or 34.08% from 179); Blue value is 53 (21.09% from 255 or 29.61% from 179); Max value from RGB is 65 - color contains mainly: red. Hex color #413D35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413D35 is #BEC2CA. Grayscale: #3D3D3D. Windows color (decimal): -12501707 or 3489089. OLE color: 3489089.

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

Color convert

RGB 65 61 53 -
CMYK 0 0.06 0.18 0.75
HSL 40º 0.1% 0.23% -
HSV(B) 40º 0.18% 0.25% -
XYZ 4.49 4.72 4.04 -
YUV 61.28 123.33 130.65 -
System Red Green Blue C M Y K H S L
Decimal 65 61 53 0 0.06 0.18 0.75 40 0.1 0.23
Hex 41 3D 35 0 6 12 4B 28 A 17
Octal 101 75 65 0 6 22 113 50 12 27
Binary 1000001 111101 110101 0 110 10010 1001011 101000 1010 10111

Color Harmonies of #413D35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413D35

Black with #413D35

Text Example


Text Example

White with #413D35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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