Html Css Color HEX #41300D Mikado

📋 copy color: '#41300D'

red 65 ◦ green 48 ◦ blue 13

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

Shades of Mikado #41300D

Tints of Mikado #41300D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10.32%

R = 51.59%
G = 38.1%
B = 10.32%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.80

 K value IS 0.75

RGB Variations

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

Color information

#41300D (or 0x41300D) is known color: Mikado. HEX triplet: 41, 30 and 0D. RGB value is (65,48,13). Sum of RGB (Red+Green+Blue) = 65+48+13=126 (16% of max value = 765). Red value is 65 (25.78% from 255 or 51.59% from 126); Green value is 48 (19.14% from 255 or 38.10% from 126); Blue value is 13 (5.47% from 255 or 10.32% from 126); Max value from RGB is 65 - color contains mainly: red. Hex color #41300D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #41300D is #BECFF2. Grayscale: #313131. Windows color (decimal): -12505075 or 864321. OLE color: 864321.

HSL color Cylindrical-coordinate representation of color #41300D: hue angle of 40.38º degrees, saturation: 0.67, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #41300D is Cyan = 0, Magento = 0.26, Yellow = 0.80 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 48 13 -
CMYK 0 0.26 0.80 0.75
HSL 40.38º 0.67% 0.15% -
HSV(B) 40.38º 0.8% 0.25% -
XYZ 3.31 3.27 0.84 -
YUV 49.09 107.63 139.35 -
System Red Green Blue C M Y K H S L
Decimal 65 48 13 0 0.26 0.80 0.75 40.38 0.67 0.15
Hex 41 30 D 0 1A 50 4B 28 43 F
Octal 101 60 15 0 32 120 113 50 103 17
Binary 1000001 110000 1101 0 11010 1010000 1001011 101000 1000011 1111

Color Harmonies of #41300D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41300D

Black with #41300D

Text Example


Text Example

White with #41300D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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