Html Css Color HEX #41340C Mikado

📋 copy color: '#41340C'

red 65 ◦ green 52 ◦ blue 12

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

Shades of Mikado #41340C

Tints of Mikado #41340C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 9.3%

R = 50.39%
G = 40.31%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.82

 K value IS 0.75

RGB Variations

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

Color information

#41340C (or 0x41340C) is known color: Mikado. HEX triplet: 41, 34 and 0C. RGB value is (65,52,12). Sum of RGB (Red+Green+Blue) = 65+52+12=129 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50.39% from 129); Green value is 52 (20.70% from 255 or 40.31% from 129); Blue value is 12 (5.08% from 255 or 9.30% from 129); Max value from RGB is 65 - color contains mainly: red. Hex color #41340C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41340C is #BECBF3. Grayscale: #333333. Windows color (decimal): -12504052 or 799809. OLE color: 799809.

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

Color convert

RGB 65 52 12 -
CMYK 0 0.20 0.82 0.75
HSL 45.28º 0.69% 0.15% -
HSV(B) 45.28º 0.82% 0.25% -
XYZ 3.47 3.61 0.86 -
YUV 51.33 105.81 137.75 -
System Red Green Blue C M Y K H S L
Decimal 65 52 12 0 0.20 0.82 0.75 45.28 0.69 0.15
Hex 41 34 C 0 14 52 4B 2D 45 F
Octal 101 64 14 0 24 122 113 55 105 17
Binary 1000001 110100 1100 0 10100 1010010 1001011 101101 1000101 1111

Color Harmonies of #41340C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41340C

Black with #41340C

Text Example


Text Example

White with #41340C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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