Html Css Color HEX #41340F Mikado

📋 copy color: '#41340F'

red 65 ◦ green 52 ◦ blue 15

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

Shades of Mikado #41340F

Tints of Mikado #41340F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.36%

R = 49.24%
G = 39.39%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#41340F (or 0x41340F) is known color: Mikado. HEX triplet: 41, 34 and 0F. RGB value is (65,52,15). Sum of RGB (Red+Green+Blue) = 65+52+15=132 (17% of max value = 765). Red value is 65 (25.78% from 255 or 49.24% from 132); Green value is 52 (20.70% from 255 or 39.39% from 132); Blue value is 15 (6.25% from 255 or 11.36% from 132); Max value from RGB is 65 - color contains mainly: red. Hex color #41340F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41340F is #BECBF0. Grayscale: #333333. Windows color (decimal): -12504049 or 996417. OLE color: 996417.

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

Color convert

RGB 65 52 15 -
CMYK 0 0.20 0.77 0.75
HSL 44.4º 0.63% 0.16% -
HSV(B) 44.4º 0.77% 0.25% -
XYZ 3.49 3.61 0.97 -
YUV 51.67 107.31 137.51 -
System Red Green Blue C M Y K H S L
Decimal 65 52 15 0 0.20 0.77 0.75 44.4 0.63 0.16
Hex 41 34 F 0 14 4D 4B 2C 3E 10
Octal 101 64 17 0 24 115 113 54 76 20
Binary 1000001 110100 1111 0 10100 1001101 1001011 101100 111110 10000

Color Harmonies of #41340F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41340F

Black with #41340F

Text Example


Text Example

White with #41340F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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