Html Css Color HEX #41300F Mikado

📋 copy color: '#41300F'

red 65 ◦ green 48 ◦ blue 15

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

Shades of Mikado #41300F

Tints of Mikado #41300F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.72%

R = 50.78%
G = 37.5%
B = 11.72%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#41300F (or 0x41300F) is known color: Mikado. HEX triplet: 41, 30 and 0F. RGB value is (65,48,15). Sum of RGB (Red+Green+Blue) = 65+48+15=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 48 (19.14% from 255 or 37.5% from 128); Blue value is 15 (6.25% from 255 or 11.72% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #41300F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41300F is #BECFF0. Grayscale: #313131. Windows color (decimal): -12505073 or 995393. OLE color: 995393.

HSL color Cylindrical-coordinate representation of color #41300F: hue angle of 39.6º degrees, saturation: 0.62, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #41300F is Cyan = 0, Magento = 0.26, Yellow = 0.77 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 48 15 -
CMYK 0 0.26 0.77 0.75
HSL 39.6º 0.63% 0.16% -
HSV(B) 39.6º 0.77% 0.25% -
XYZ 3.32 3.27 0.91 -
YUV 49.32 108.63 139.18 -
System Red Green Blue C M Y K H S L
Decimal 65 48 15 0 0.26 0.77 0.75 39.6 0.63 0.16
Hex 41 30 F 0 1A 4D 4B 28 3E 10
Octal 101 60 17 0 32 115 113 50 76 20
Binary 1000001 110000 1111 0 11010 1001101 1001011 101000 111110 10000

Color Harmonies of #41300F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41300F

Black with #41300F

Text Example


Text Example

White with #41300F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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