Html Css Color HEX #413011 Mikado

📋 copy color: '#413011'

red 65 ◦ green 48 ◦ blue 17

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

Shades of Mikado #413011

Tints of Mikado #413011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 13.08%

R = 50%
G = 36.92%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.74

 K value IS 0.75

RGB Variations

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

Color information

#413011 (or 0x413011) is known color: Mikado. HEX triplet: 41, 30 and 11. RGB value is (65,48,17). Sum of RGB (Red+Green+Blue) = 65+48+17=130 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50% from 130); Green value is 48 (19.14% from 255 or 36.92% from 130); Blue value is 17 (7.03% from 255 or 13.08% from 130); Max value from RGB is 65 - color contains mainly: red. Hex color #413011 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413011 is #BECFEE. Grayscale: #313131. Windows color (decimal): -12505071 or 1126465. OLE color: 1126465.

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

Color convert

RGB 65 48 17 -
CMYK 0 0.26 0.74 0.75
HSL 38.75º 0.59% 0.16% -
HSV(B) 38.75º 0.74% 0.25% -
XYZ 3.34 3.28 0.99 -
YUV 49.55 109.63 139.02 -
System Red Green Blue C M Y K H S L
Decimal 65 48 17 0 0.26 0.74 0.75 38.75 0.59 0.16
Hex 41 30 11 0 1A 4A 4B 27 3B 10
Octal 101 60 21 0 32 112 113 47 73 20
Binary 1000001 110000 10001 0 11010 1001010 1001011 100111 111011 10000

Color Harmonies of #413011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413011

Black with #413011

Text Example


Text Example

White with #413011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413011; }

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

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

background-color css

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

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

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

border-color css

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

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

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