Html Css Color HEX #412F0A Mikado

📋 copy color: '#412F0A'

red 65 ◦ green 47 ◦ blue 10

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

Shades of Mikado #412F0A

Tints of Mikado #412F0A

RGB

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

 GREEN value IS 47 (18.75% from 255) = 38.52%

 BLUE value IS 10 (4.3% from 255) = 8.2%

R = 53.28%
G = 38.52%
B = 8.2%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.85

 K value IS 0.75

RGB Variations

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

Color information

#412F0A (or 0x412F0A) is known color: Mikado. HEX triplet: 41, 2F and 0A. RGB value is (65,47,10). Sum of RGB (Red+Green+Blue) = 65+47+10=122 (16% of max value = 765). Red value is 65 (25.78% from 255 or 53.28% from 122); Green value is 47 (18.75% from 255 or 38.52% from 122); Blue value is 10 (4.30% from 255 or 8.20% from 122); Max value from RGB is 65 - color contains mainly: red. Hex color #412F0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412F0A is #BED0F5. Grayscale: #303030. Windows color (decimal): -12505334 or 667457. OLE color: 667457.

HSL color Cylindrical-coordinate representation of color #412F0A: hue angle of 40.36º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #412F0A is Cyan = 0, Magento = 0.28, Yellow = 0.85 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 47 10 -
CMYK 0 0.28 0.85 0.75
HSL 40.36º 0.73% 0.15% -
HSV(B) 40.36º 0.85% 0.25% -
XYZ 3.25 3.18 0.73 -
YUV 48.16 106.46 140.01 -
System Red Green Blue C M Y K H S L
Decimal 65 47 10 0 0.28 0.85 0.75 40.36 0.73 0.15
Hex 41 2F A 0 1C 55 4B 28 49 F
Octal 101 57 12 0 34 125 113 50 111 17
Binary 1000001 101111 1010 0 11100 1010101 1001011 101000 1001001 1111

Color Harmonies of #412F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412F0A

Black with #412F0A

Text Example


Text Example

White with #412F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412F0A; }

 p { color: rgb(65,47,10); }

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

background-color css

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

 a { background-color: rgb(65,47,10); }

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

border-color css

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

 span { border-color: rgb(65,47,10); }

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