Html Css Color HEX #41330C Mikado

📋 copy color: '#41330C'

red 65 ◦ green 51 ◦ blue 12

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

Shades of Mikado #41330C

Tints of Mikado #41330C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 9.38%

R = 50.78%
G = 39.84%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.82

 K value IS 0.75

RGB Variations

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

Color information

#41330C (or 0x41330C) is known color: Mikado. HEX triplet: 41, 33 and 0C. RGB value is (65,51,12). Sum of RGB (Red+Green+Blue) = 65+51+12=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 51 (20.31% from 255 or 39.84% from 128); Blue value is 12 (5.08% from 255 or 9.38% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #41330C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41330C is #BECCF3. Grayscale: #323232. Windows color (decimal): -12504308 or 799553. OLE color: 799553.

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

Color convert

RGB 65 51 12 -
CMYK 0 0.22 0.82 0.75
HSL 44.15º 0.69% 0.15% -
HSV(B) 44.15º 0.82% 0.25% -
XYZ 3.43 3.52 0.85 -
YUV 50.74 106.14 138.17 -
System Red Green Blue C M Y K H S L
Decimal 65 51 12 0 0.22 0.82 0.75 44.15 0.69 0.15
Hex 41 33 C 0 16 52 4B 2C 45 F
Octal 101 63 14 0 26 122 113 54 105 17
Binary 1000001 110011 1100 0 10110 1010010 1001011 101100 1000101 1111

Color Harmonies of #41330C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41330C

Black with #41330C

Text Example


Text Example

White with #41330C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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