Html Css Color HEX #413500 Mikado

📋 copy color: '#413500'

red 65 ◦ green 53 ◦ blue 0

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

Shades of Mikado #413500

Tints of Mikado #413500

RGB

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

 GREEN value IS 53 (21.09% from 255) = 44.92%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 55.08%
G = 44.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#413500 (or 0x413500) is known color: Mikado. HEX triplet: 41, 35 and 00. RGB value is (65,53,0). Sum of RGB (Red+Green+Blue) = 65+53+0=118 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.08% from 118); Green value is 53 (21.09% from 255 or 44.92% from 118); Blue value is 0 (0.39% from 255 or 0% from 118); Max value from RGB is 65 - color contains mainly: red. Hex color #413500 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413500 is #BECAFF. Grayscale: #323232. Windows color (decimal): -12503808 or 13633. OLE color: 13633.

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

Color convert

RGB 65 53 0 -
CMYK 0 0.18 1 0.75
HSL 48.92º 1% 0.13% -
HSV(B) 48.92º 1% 0.25% -
XYZ 3.45 3.67 0.53 -
YUV 50.55 99.48 138.31 -
System Red Green Blue C M Y K H S L
Decimal 65 53 0 0 0.18 1 0.75 48.92 1 0.13
Hex 41 35 0 0 12 64 4B 31 64 D
Octal 101 65 0 0 22 144 113 61 144 15
Binary 1000001 110101 0 0 10010 1100100 1001011 110001 1100100 1101

Color Harmonies of #413500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413500

Black with #413500

Text Example


Text Example

White with #413500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413500; }

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

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

background-color css

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

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

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

border-color css

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

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

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