Html Css Color HEX #412F01 Mikado

📋 copy color: '#412F01'

red 65 ◦ green 47 ◦ blue 1

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

Shades of Mikado #412F01

Tints of Mikado #412F01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.88%

R = 57.52%
G = 41.59%
B = 0.88%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.98

 K value IS 0.75

RGB Variations

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

Color information

#412F01 (or 0x412F01) is known color: Mikado. HEX triplet: 41, 2F and 01. RGB value is (65,47,1). Sum of RGB (Red+Green+Blue) = 65+47+1=113 (14% of max value = 765). Red value is 65 (25.78% from 255 or 57.52% from 113); Green value is 47 (18.75% from 255 or 41.59% from 113); Blue value is 1 (0.78% from 255 or 0.88% from 113); Max value from RGB is 65 - color contains mainly: red. Hex color #412F01 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412F01 is #BED0FE. Grayscale: #2F2F2F. Windows color (decimal): -12505343 or 77633. OLE color: 77633.

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

Color convert

RGB 65 47 1 -
CMYK 0 0.28 0.98 0.75
HSL 43.13º 0.97% 0.13% -
HSV(B) 43.13º 0.98% 0.25% -
XYZ 3.2 3.16 0.47 -
YUV 47.14 101.96 140.74 -
System Red Green Blue C M Y K H S L
Decimal 65 47 1 0 0.28 0.98 0.75 43.13 0.97 0.13
Hex 41 2F 1 0 1C 62 4B 2B 61 D
Octal 101 57 1 0 34 142 113 53 141 15
Binary 1000001 101111 1 0 11100 1100010 1001011 101011 1100001 1101

Color Harmonies of #412F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412F01

Black with #412F01

Text Example


Text Example

White with #412F01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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