Html Css Color HEX #41300C Mikado

📋 copy color: '#41300C'

red 65 ◦ green 48 ◦ blue 12

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

Shades of Mikado #41300C

Tints of Mikado #41300C

RGB

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

 GREEN value IS 48 (19.14% from 255) = 38.4%

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

R = 52%
G = 38.4%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.75

RGB Variations

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

Color information

#41300C (or 0x41300C) is known color: Mikado. HEX triplet: 41, 30 and 0C. RGB value is (65,48,12). Sum of RGB (Red+Green+Blue) = 65+48+12=125 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52% from 125); Green value is 48 (19.14% from 255 or 38.4% from 125); Blue value is 12 (5.08% from 255 or 9.6% from 125); Max value from RGB is 65 - color contains mainly: red. Hex color #41300C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41300C is #BECFF3. Grayscale: #313131. Windows color (decimal): -12505076 or 798785. OLE color: 798785.

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

Color convert

RGB 65 48 12 -
CMYK 0 0.26 0.82 0.75
HSL 40.75º 0.69% 0.15% -
HSV(B) 40.75º 0.82% 0.25% -
XYZ 3.3 3.26 0.8 -
YUV 48.98 107.13 139.43 -
System Red Green Blue C M Y K H S L
Decimal 65 48 12 0 0.26 0.82 0.75 40.75 0.69 0.15
Hex 41 30 C 0 1A 52 4B 29 45 F
Octal 101 60 14 0 32 122 113 51 105 17
Binary 1000001 110000 1100 0 11010 1010010 1001011 101001 1000101 1111

Color Harmonies of #41300C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41300C

Black with #41300C

Text Example


Text Example

White with #41300C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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