Html Css Color HEX #41340D Mikado

📋 copy color: '#41340D'

red 65 ◦ green 52 ◦ blue 13

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

Shades of Mikado #41340D

Tints of Mikado #41340D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 40%

 BLUE value IS 13 (5.47% from 255) = 10%

R = 50%
G = 40%
B = 10%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#41340D (or 0x41340D) is known color: Mikado. HEX triplet: 41, 34 and 0D. RGB value is (65,52,13). Sum of RGB (Red+Green+Blue) = 65+52+13=130 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50% from 130); Green value is 52 (20.70% from 255 or 40% from 130); Blue value is 13 (5.47% from 255 or 10% from 130); Max value from RGB is 65 - color contains mainly: red. Hex color #41340D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41340D is #BECBF2. Grayscale: #333333. Windows color (decimal): -12504051 or 865345. OLE color: 865345.

HSL color Cylindrical-coordinate representation of color #41340D: hue angle of 45º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #41340D is Cyan = 0, Magento = 0.20, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 52 13 -
CMYK 0 0.20 0.80 0.75
HSL 45º 0.67% 0.15% -
HSV(B) 45º 0.8% 0.25% -
XYZ 3.48 3.61 0.89 -
YUV 51.44 106.31 137.67 -
System Red Green Blue C M Y K H S L
Decimal 65 52 13 0 0.20 0.80 0.75 45 0.67 0.15
Hex 41 34 D 0 14 50 4B 2D 43 F
Octal 101 64 15 0 24 120 113 55 103 17
Binary 1000001 110100 1101 0 10100 1010000 1001011 101101 1000011 1111

Color Harmonies of #41340D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41340D

Black with #41340D

Text Example


Text Example

White with #41340D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41340D; }

 p { color: rgb(65,52,13); }

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

background-color css

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

 a { background-color: rgb(65,52,13); }

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

border-color css

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

 span { border-color: rgb(65,52,13); }

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