Html Css Color HEX #413213 Mikado

📋 copy color: '#413213'

red 65 ◦ green 50 ◦ blue 19

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

Shades of Mikado #413213

Tints of Mikado #413213

RGB

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

 GREEN value IS 50 (19.92% from 255) = 37.31%

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

R = 48.51%
G = 37.31%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.71

 K value IS 0.75

RGB Variations

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

Color information

#413213 (or 0x413213) is known color: Mikado. HEX triplet: 41, 32 and 13. RGB value is (65,50,19). Sum of RGB (Red+Green+Blue) = 65+50+19=134 (17% of max value = 765). Red value is 65 (25.78% from 255 or 48.51% from 134); Green value is 50 (19.92% from 255 or 37.31% from 134); Blue value is 19 (7.81% from 255 or 14.18% from 134); Max value from RGB is 65 - color contains mainly: red. Hex color #413213 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413213 is #BECDEC. Grayscale: #333333. Windows color (decimal): -12504557 or 1258049. OLE color: 1258049.

HSL color Cylindrical-coordinate representation of color #413213: hue angle of 40.43º 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 #413213 is Cyan = 0, Magento = 0.23, Yellow = 0.71 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 50 19 -
CMYK 0 0.23 0.71 0.75
HSL 40.43º 0.55% 0.16% -
HSV(B) 40.43º 0.71% 0.25% -
XYZ 3.44 3.45 1.1 -
YUV 50.95 109.97 138.02 -
System Red Green Blue C M Y K H S L
Decimal 65 50 19 0 0.23 0.71 0.75 40.43 0.55 0.16
Hex 41 32 13 0 17 47 4B 28 37 10
Octal 101 62 23 0 27 107 113 50 67 20
Binary 1000001 110010 10011 0 10111 1000111 1001011 101000 110111 10000

Color Harmonies of #413213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413213

Black with #413213

Text Example


Text Example

White with #413213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413213; }

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

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

background-color css

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

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

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

border-color css

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

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

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