Html Css Color HEX #41341B Mikado

📋 copy color: '#41341B'

red 65 ◦ green 52 ◦ blue 27

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

Shades of Mikado #41341B

Tints of Mikado #41341B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 18.75%

R = 45.14%
G = 36.11%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.58

 K value IS 0.75

RGB Variations

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

Color information

#41341B (or 0x41341B) is known color: Mikado. HEX triplet: 41, 34 and 1B. RGB value is (65,52,27). Sum of RGB (Red+Green+Blue) = 65+52+27=144 (19% of max value = 765). Red value is 65 (25.78% from 255 or 45.14% from 144); Green value is 52 (20.70% from 255 or 36.11% from 144); Blue value is 27 (10.94% from 255 or 18.75% from 144); Max value from RGB is 65 - color contains mainly: red. Hex color #41341B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41341B is #BECBE4. Grayscale: #353535. Windows color (decimal): -12504037 or 1782849. OLE color: 1782849.

HSL color Cylindrical-coordinate representation of color #41341B: hue angle of 39.47º degrees, saturation: 0.41, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #41341B is Cyan = 0, Magento = 0.20, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 52 27 -
CMYK 0 0.20 0.58 0.75
HSL 39.47º 0.41% 0.18% -
HSV(B) 39.47º 0.58% 0.25% -
XYZ 3.61 3.66 1.55 -
YUV 53.04 113.31 136.53 -
System Red Green Blue C M Y K H S L
Decimal 65 52 27 0 0.20 0.58 0.75 39.47 0.41 0.18
Hex 41 34 1B 0 14 3A 4B 27 29 12
Octal 101 64 33 0 24 72 113 47 51 22
Binary 1000001 110100 11011 0 10100 111010 1001011 100111 101001 10010

Color Harmonies of #41341B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41341B

Black with #41341B

Text Example


Text Example

White with #41341B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41341B; }

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

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

background-color css

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

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

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

border-color css

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

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

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