Html Css Color HEX #412F00 Mikado

📋 copy color: '#412F00'

red 65 ◦ green 47 ◦ blue 0

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

Shades of Mikado #412F00

Tints of Mikado #412F00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 58.04%
G = 41.96%
B = 0%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 1

 K value IS 0.75

RGB Variations

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

Color information

#412F00 (or 0x412F00) is known color: Mikado. HEX triplet: 41, 2F and 00. RGB value is (65,47,0). Sum of RGB (Red+Green+Blue) = 65+47+0=112 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.04% from 112); Green value is 47 (18.75% from 255 or 41.96% from 112); Blue value is 0 (0.39% from 255 or 0% from 112); Max value from RGB is 65 - color contains mainly: red. Hex color #412F00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412F00 is #BED0FF. Grayscale: #2F2F2F. Windows color (decimal): -12505344 or 12097. OLE color: 12097.

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

Color convert

RGB 65 47 0 -
CMYK 0 0.28 1 0.75
HSL 43.38º 1% 0.13% -
HSV(B) 43.38º 1% 0.25% -
XYZ 3.2 3.16 0.44 -
YUV 47.02 101.46 140.82 -
System Red Green Blue C M Y K H S L
Decimal 65 47 0 0 0.28 1 0.75 43.38 1 0.13
Hex 41 2F 0 0 1C 64 4B 2B 64 D
Octal 101 57 0 0 34 144 113 53 144 15
Binary 1000001 101111 0 0 11100 1100100 1001011 101011 1100100 1101

Color Harmonies of #412F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412F00

Black with #412F00

Text Example


Text Example

White with #412F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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