Html Css Color HEX #413004 Mikado

📋 copy color: '#413004'

red 65 ◦ green 48 ◦ blue 4

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

Shades of Mikado #413004

Tints of Mikado #413004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.42%

R = 55.56%
G = 41.03%
B = 3.42%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.94

 K value IS 0.75

RGB Variations

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

Color information

#413004 (or 0x413004) is known color: Mikado. HEX triplet: 41, 30 and 04. RGB value is (65,48,4). Sum of RGB (Red+Green+Blue) = 65+48+4=117 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.56% from 117); Green value is 48 (19.14% from 255 or 41.03% from 117); Blue value is 4 (1.95% from 255 or 3.42% from 117); Max value from RGB is 65 - color contains mainly: red. Hex color #413004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413004 is #BECFFB. Grayscale: #303030. Windows color (decimal): -12505084 or 274497. OLE color: 274497.

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

Color convert

RGB 65 48 4 -
CMYK 0 0.26 0.94 0.75
HSL 43.28º 0.88% 0.14% -
HSV(B) 43.28º 0.94% 0.25% -
XYZ 3.26 3.25 0.57 -
YUV 48.07 103.13 140.08 -
System Red Green Blue C M Y K H S L
Decimal 65 48 4 0 0.26 0.94 0.75 43.28 0.88 0.14
Hex 41 30 4 0 1A 5E 4B 2B 58 E
Octal 101 60 4 0 32 136 113 53 130 16
Binary 1000001 110000 100 0 11010 1011110 1001011 101011 1011000 1110

Color Harmonies of #413004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413004

Black with #413004

Text Example


Text Example

White with #413004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413004; }

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

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

background-color css

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

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

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

border-color css

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

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

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