Html Css Color HEX #41330E Mikado

📋 copy color: '#41330E'

red 65 ◦ green 51 ◦ blue 14

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

Shades of Mikado #41330E

Tints of Mikado #41330E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 10.77%

R = 50%
G = 39.23%
B = 10.77%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.78

 K value IS 0.75

RGB Variations

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

Color information

#41330E (or 0x41330E) is known color: Mikado. HEX triplet: 41, 33 and 0E. RGB value is (65,51,14). Sum of RGB (Red+Green+Blue) = 65+51+14=130 (17% of max value = 765). Red value is 65 (25.78% from 255 or 50% from 130); Green value is 51 (20.31% from 255 or 39.23% from 130); Blue value is 14 (5.86% from 255 or 10.77% from 130); Max value from RGB is 65 - color contains mainly: red. Hex color #41330E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41330E is #BECCF1. Grayscale: #333333. Windows color (decimal): -12504306 or 930625. OLE color: 930625.

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

Color convert

RGB 65 51 14 -
CMYK 0 0.22 0.78 0.75
HSL 43.53º 0.65% 0.15% -
HSV(B) 43.53º 0.78% 0.25% -
XYZ 3.44 3.52 0.91 -
YUV 50.97 107.14 138.01 -
System Red Green Blue C M Y K H S L
Decimal 65 51 14 0 0.22 0.78 0.75 43.53 0.65 0.15
Hex 41 33 E 0 16 4E 4B 2C 41 F
Octal 101 63 16 0 26 116 113 54 101 17
Binary 1000001 110011 1110 0 10110 1001110 1001011 101100 1000001 1111

Color Harmonies of #41330E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41330E

Black with #41330E

Text Example


Text Example

White with #41330E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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