Html Css Color HEX #41331B Mikado

📋 copy color: '#41331B'

red 65 ◦ green 51 ◦ blue 27

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

Shades of Mikado #41331B

Tints of Mikado #41331B

RGB

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

 GREEN value IS 51 (20.31% from 255) = 35.66%

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

R = 45.45%
G = 35.66%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.58

 K value IS 0.75

RGB Variations

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

Color information

#41331B (or 0x41331B) is known color: Mikado. HEX triplet: 41, 33 and 1B. RGB value is (65,51,27). Sum of RGB (Red+Green+Blue) = 65+51+27=143 (18% of max value = 765). Red value is 65 (25.78% from 255 or 45.45% from 143); Green value is 51 (20.31% from 255 or 35.66% from 143); Blue value is 27 (10.94% from 255 or 18.88% from 143); Max value from RGB is 65 - color contains mainly: red. Hex color #41331B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41331B is #BECCE4. Grayscale: #343434. Windows color (decimal): -12504293 or 1782593. OLE color: 1782593.

HSL color Cylindrical-coordinate representation of color #41331B: hue angle of 37.89º 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 #41331B is Cyan = 0, Magento = 0.22, Yellow = 0.58 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 51 27 -
CMYK 0 0.22 0.58 0.75
HSL 37.89º 0.41% 0.18% -
HSV(B) 37.89º 0.58% 0.25% -
XYZ 3.56 3.57 1.54 -
YUV 52.45 113.64 136.95 -
System Red Green Blue C M Y K H S L
Decimal 65 51 27 0 0.22 0.58 0.75 37.89 0.41 0.18
Hex 41 33 1B 0 16 3A 4B 26 29 12
Octal 101 63 33 0 26 72 113 46 51 22
Binary 1000001 110011 11011 0 10110 111010 1001011 100110 101001 10010

Color Harmonies of #41331B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41331B

Black with #41331B

Text Example


Text Example

White with #41331B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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