Html Css Color HEX #413317 Mikado

📋 copy color: '#413317'

red 65 ◦ green 51 ◦ blue 23

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

Shades of Mikado #413317

Tints of Mikado #413317

RGB

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

 GREEN value IS 51 (20.31% from 255) = 36.69%

 BLUE value IS 23 (9.38% from 255) = 16.55%

R = 46.76%
G = 36.69%
B = 16.55%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.65

 K value IS 0.75

RGB Variations

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

Color information

#413317 (or 0x413317) is known color: Mikado. HEX triplet: 41, 33 and 17. RGB value is (65,51,23). Sum of RGB (Red+Green+Blue) = 65+51+23=139 (18% of max value = 765). Red value is 65 (25.78% from 255 or 46.76% from 139); Green value is 51 (20.31% from 255 or 36.69% from 139); Blue value is 23 (9.38% from 255 or 16.55% from 139); Max value from RGB is 65 - color contains mainly: red. Hex color #413317 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413317 is #BECCE8. Grayscale: #343434. Windows color (decimal): -12504297 or 1520449. OLE color: 1520449.

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

Color convert

RGB 65 51 23 -
CMYK 0 0.22 0.65 0.75
HSL 40º 0.48% 0.17% -
HSV(B) 40º 0.65% 0.25% -
XYZ 3.52 3.55 1.31 -
YUV 51.99 111.64 137.28 -
System Red Green Blue C M Y K H S L
Decimal 65 51 23 0 0.22 0.65 0.75 40 0.48 0.17
Hex 41 33 17 0 16 41 4B 28 30 11
Octal 101 63 27 0 26 101 113 50 60 21
Binary 1000001 110011 10111 0 10110 1000001 1001011 101000 110000 10001

Color Harmonies of #413317

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413317

Black with #413317

Text Example


Text Example

White with #413317

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413317; }

 p { color: rgb(65,51,23); }

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

background-color css

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

 a { background-color: rgb(65,51,23); }

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

border-color css

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

 span { border-color: rgb(65,51,23); }

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