Html Css Color HEX #413005 Mikado

📋 copy color: '#413005'

red 65 ◦ green 48 ◦ blue 5

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

Shades of Mikado #413005

Tints of Mikado #413005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.24%

R = 55.08%
G = 40.68%
B = 4.24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.92

 K value IS 0.75

RGB Variations

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

Color information

#413005 (or 0x413005) is known color: Mikado. HEX triplet: 41, 30 and 05. RGB value is (65,48,5). Sum of RGB (Red+Green+Blue) = 65+48+5=118 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.08% from 118); Green value is 48 (19.14% from 255 or 40.68% from 118); Blue value is 5 (2.34% from 255 or 4.24% from 118); Max value from RGB is 65 - color contains mainly: red. Hex color #413005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413005 is #BECFFA. Grayscale: #303030. Windows color (decimal): -12505083 or 340033. OLE color: 340033.

HSL color Cylindrical-coordinate representation of color #413005: hue angle of 43º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #413005 is Cyan = 0, Magento = 0.26, Yellow = 0.92 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 48 5 -
CMYK 0 0.26 0.92 0.75
HSL 43º 0.86% 0.14% -
HSV(B) 43º 0.92% 0.25% -
XYZ 3.26 3.25 0.6 -
YUV 48.18 103.63 140 -
System Red Green Blue C M Y K H S L
Decimal 65 48 5 0 0.26 0.92 0.75 43 0.86 0.14
Hex 41 30 5 0 1A 5C 4B 2B 56 E
Octal 101 60 5 0 32 134 113 53 126 16
Binary 1000001 110000 101 0 11010 1011100 1001011 101011 1010110 1110

Color Harmonies of #413005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413005

Black with #413005

Text Example


Text Example

White with #413005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413005; }

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

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

background-color css

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

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

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

border-color css

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

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

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