Html Css Color HEX #413016 Mikado

📋 copy color: '#413016'

red 65 ◦ green 48 ◦ blue 22

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

Shades of Mikado #413016

Tints of Mikado #413016

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 16.3%

R = 48.15%
G = 35.56%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.66

 K value IS 0.75

RGB Variations

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

Color information

#413016 (or 0x413016) is known color: Mikado. HEX triplet: 41, 30 and 16. RGB value is (65,48,22). Sum of RGB (Red+Green+Blue) = 65+48+22=135 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.15% from 135); Green value is 48 (19.14% from 255 or 35.56% from 135); Blue value is 22 (8.98% from 255 or 16.30% from 135); Max value from RGB is 65 - color contains mainly: red. Hex color #413016 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413016 is #BECFE9. Grayscale: #323232. Windows color (decimal): -12505066 or 1454145. OLE color: 1454145.

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

Color convert

RGB 65 48 22 -
CMYK 0 0.26 0.66 0.75
HSL 36.28º 0.49% 0.17% -
HSV(B) 36.28º 0.66% 0.25% -
XYZ 3.38 3.3 1.22 -
YUV 50.12 112.13 138.61 -
System Red Green Blue C M Y K H S L
Decimal 65 48 22 0 0.26 0.66 0.75 36.28 0.49 0.17
Hex 41 30 16 0 1A 42 4B 24 31 11
Octal 101 60 26 0 32 102 113 44 61 21
Binary 1000001 110000 10110 0 11010 1000010 1001011 100100 110001 10001

Color Harmonies of #413016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413016

Black with #413016

Text Example


Text Example

White with #413016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413016; }

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

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

background-color css

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

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

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

border-color css

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

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

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