Html Css Color HEX #413010 Mikado

📋 copy color: '#413010'

red 65 ◦ green 48 ◦ blue 16

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

Shades of Mikado #413010

Tints of Mikado #413010

RGB

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

 GREEN value IS 48 (19.14% from 255) = 37.21%

 BLUE value IS 16 (6.64% from 255) = 12.4%

R = 50.39%
G = 37.21%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#413010 (or 0x413010) is known color: Mikado. HEX triplet: 41, 30 and 10. RGB value is (65,48,16). Sum of RGB (Red+Green+Blue) = 65+48+16=129 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50.39% from 129); Green value is 48 (19.14% from 255 or 37.21% from 129); Blue value is 16 (6.64% from 255 or 12.40% from 129); Max value from RGB is 65 - color contains mainly: red. Hex color #413010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413010 is #BECFEF. Grayscale: #313131. Windows color (decimal): -12505072 or 1060929. OLE color: 1060929.

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

Color convert

RGB 65 48 16 -
CMYK 0 0.26 0.75 0.75
HSL 39.18º 0.6% 0.16% -
HSV(B) 39.18º 0.75% 0.25% -
XYZ 3.33 3.28 0.95 -
YUV 49.44 109.13 139.1 -
System Red Green Blue C M Y K H S L
Decimal 65 48 16 0 0.26 0.75 0.75 39.18 0.6 0.16
Hex 41 30 10 0 1A 4B 4B 27 3C 10
Octal 101 60 20 0 32 113 113 47 74 20
Binary 1000001 110000 10000 0 11010 1001011 1001011 100111 111100 10000

Color Harmonies of #413010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413010

Black with #413010

Text Example


Text Example

White with #413010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413010; }

 p { color: rgb(65,48,16); }

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

background-color css

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

 a { background-color: rgb(65,48,16); }

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

border-color css

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

 span { border-color: rgb(65,48,16); }

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