Html Css Color HEX #413003 Mikado

📋 copy color: '#413003'

red 65 ◦ green 48 ◦ blue 3

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

Shades of Mikado #413003

Tints of Mikado #413003

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.59%

R = 56.03%
G = 41.38%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.95

 K value IS 0.75

RGB Variations

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

Color information

#413003 (or 0x413003) is known color: Mikado. HEX triplet: 41, 30 and 03. RGB value is (65,48,3). Sum of RGB (Red+Green+Blue) = 65+48+3=116 (15% of max value = 765). Red value is 65 (25.78% from 255 or 56.03% from 116); Green value is 48 (19.14% from 255 or 41.38% from 116); Blue value is 3 (1.56% from 255 or 2.59% from 116); Max value from RGB is 65 - color contains mainly: red. Hex color #413003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #413003 is #BECFFC. Grayscale: #303030. Windows color (decimal): -12505085 or 208961. OLE color: 208961.

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

Color convert

RGB 65 48 3 -
CMYK 0 0.26 0.95 0.75
HSL 43.55º 0.91% 0.13% -
HSV(B) 43.55º 0.95% 0.25% -
XYZ 3.25 3.24 0.54 -
YUV 47.95 102.63 140.16 -
System Red Green Blue C M Y K H S L
Decimal 65 48 3 0 0.26 0.95 0.75 43.55 0.91 0.13
Hex 41 30 3 0 1A 5F 4B 2C 5B D
Octal 101 60 3 0 32 137 113 54 133 15
Binary 1000001 110000 11 0 11010 1011111 1001011 101100 1011011 1101

Color Harmonies of #413003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413003

Black with #413003

Text Example


Text Example

White with #413003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413003; }

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

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

background-color css

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

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

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

border-color css

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

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

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