Html Css Color HEX #413013 Mikado

📋 copy color: '#413013'

red 65 ◦ green 48 ◦ blue 19

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

Shades of Mikado #413013

Tints of Mikado #413013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 14.39%

R = 49.24%
G = 36.36%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.71

 K value IS 0.75

RGB Variations

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

Color information

#413013 (or 0x413013) is known color: Mikado. HEX triplet: 41, 30 and 13. RGB value is (65,48,19). Sum of RGB (Red+Green+Blue) = 65+48+19=132 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.24% from 132); Green value is 48 (19.14% from 255 or 36.36% from 132); Blue value is 19 (7.81% from 255 or 14.39% from 132); Max value from RGB is 65 - color contains mainly: red. Hex color #413013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413013 is #BECFEC. Grayscale: #313131. Windows color (decimal): -12505069 or 1257537. OLE color: 1257537.

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

Color convert

RGB 65 48 19 -
CMYK 0 0.26 0.71 0.75
HSL 37.83º 0.55% 0.16% -
HSV(B) 37.83º 0.71% 0.25% -
XYZ 3.35 3.28 1.07 -
YUV 49.78 110.63 138.86 -
System Red Green Blue C M Y K H S L
Decimal 65 48 19 0 0.26 0.71 0.75 37.83 0.55 0.16
Hex 41 30 13 0 1A 47 4B 26 37 10
Octal 101 60 23 0 32 107 113 46 67 20
Binary 1000001 110000 10011 0 11010 1000111 1001011 100110 110111 10000

Color Harmonies of #413013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413013

Black with #413013

Text Example


Text Example

White with #413013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413013; }

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

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

background-color css

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

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

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

border-color css

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

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

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