Html Css Color HEX #41320C Mikado

📋 copy color: '#41320C'

red 65 ◦ green 50 ◦ blue 12

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

Shades of Mikado #41320C

Tints of Mikado #41320C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 39.37%

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

R = 51.18%
G = 39.37%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.82

 K value IS 0.75

RGB Variations

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

Color information

#41320C (or 0x41320C) is known color: Mikado. HEX triplet: 41, 32 and 0C. RGB value is (65,50,12). Sum of RGB (Red+Green+Blue) = 65+50+12=127 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.18% from 127); Green value is 50 (19.92% from 255 or 39.37% from 127); Blue value is 12 (5.08% from 255 or 9.45% from 127); Max value from RGB is 65 - color contains mainly: red. Hex color #41320C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41320C is #BECDF3. Grayscale: #323232. Windows color (decimal): -12504564 or 799297. OLE color: 799297.

HSL color Cylindrical-coordinate representation of color #41320C: hue angle of 43.02º 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 #41320C is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 50 12 -
CMYK 0 0.23 0.82 0.75
HSL 43.02º 0.69% 0.15% -
HSV(B) 43.02º 0.82% 0.25% -
XYZ 3.39 3.43 0.83 -
YUV 50.15 106.47 138.59 -
System Red Green Blue C M Y K H S L
Decimal 65 50 12 0 0.23 0.82 0.75 43.02 0.69 0.15
Hex 41 32 C 0 17 52 4B 2B 45 F
Octal 101 62 14 0 27 122 113 53 105 17
Binary 1000001 110010 1100 0 10111 1010010 1001011 101011 1000101 1111

Color Harmonies of #41320C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41320C

Black with #41320C

Text Example


Text Example

White with #41320C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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