Html Css Color HEX #41330B Mikado

📋 copy color: '#41330B'

red 65 ◦ green 51 ◦ blue 11

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

Shades of Mikado #41330B

Tints of Mikado #41330B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 8.66%

R = 51.18%
G = 40.16%
B = 8.66%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.83

 K value IS 0.75

RGB Variations

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

Color information

#41330B (or 0x41330B) is known color: Mikado. HEX triplet: 41, 33 and 0B. RGB value is (65,51,11). Sum of RGB (Red+Green+Blue) = 65+51+11=127 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.18% from 127); Green value is 51 (20.31% from 255 or 40.16% from 127); Blue value is 11 (4.69% from 255 or 8.66% from 127); Max value from RGB is 65 - color contains mainly: red. Hex color #41330B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41330B is #BECCF4. Grayscale: #323232. Windows color (decimal): -12504309 or 734017. OLE color: 734017.

HSL color Cylindrical-coordinate representation of color #41330B: hue angle of 44.44º degrees, saturation: 0.71, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #41330B is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 51 11 -
CMYK 0 0.22 0.83 0.75
HSL 44.44º 0.71% 0.15% -
HSV(B) 44.44º 0.83% 0.25% -
XYZ 3.42 3.52 0.81 -
YUV 50.63 105.64 138.25 -
System Red Green Blue C M Y K H S L
Decimal 65 51 11 0 0.22 0.83 0.75 44.44 0.71 0.15
Hex 41 33 B 0 16 53 4B 2C 47 F
Octal 101 63 13 0 26 123 113 54 107 17
Binary 1000001 110011 1011 0 10110 1010011 1001011 101100 1000111 1111

Color Harmonies of #41330B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41330B

Black with #41330B

Text Example


Text Example

White with #41330B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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