Html Css Color HEX #464104 Madras

📋 copy color: '#464104'

red 70 ◦ green 65 ◦ blue 4

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

Shades of Madras #464104

Tints of Madras #464104

RGB

 RED value IS 70 (27.73% from 255) = 50.36%

 GREEN value IS 65 (25.78% from 255) = 46.76%

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

R = 50.36%
G = 46.76%
B = 2.88%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.94

 K value IS 0.73

RGB Variations

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

Color information

#464104 (or 0x464104) is known color: Madras. HEX triplet: 46, 41 and 04. RGB value is (70,65,4). Sum of RGB (Red+Green+Blue) = 70+65+4=139 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50.36% from 139); Green value is 65 (25.78% from 255 or 46.76% from 139); Blue value is 4 (1.95% from 255 or 2.88% from 139); Max value from RGB is 70 - color contains mainly: red. Hex color #464104 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464104 is #B9BEFB. Grayscale: #3B3B3B. Windows color (decimal): -12173052 or 278854. OLE color: 278854.

HSL color Cylindrical-coordinate representation of color #464104: hue angle of 55.45º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #464104 is Cyan = 0, Magento = 0.07, Yellow = 0.94 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 65 4 -
CMYK 0 0.07 0.94 0.73
HSL 55.45º 0.89% 0.15% -
HSV(B) 55.45º 0.94% 0.27% -
XYZ 4.44 5.09 0.86 -
YUV 59.54 96.66 135.46 -
System Red Green Blue C M Y K H S L
Decimal 70 65 4 0 0.07 0.94 0.73 55.45 0.89 0.15
Hex 46 41 4 0 7 5E 49 37 59 F
Octal 106 101 4 0 7 136 111 67 131 17
Binary 1000110 1000001 100 0 111 1011110 1001001 110111 1011001 1111

Color Harmonies of #464104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464104

Black with #464104

Text Example


Text Example

White with #464104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464104; }

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

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

background-color css

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

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

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

border-color css

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

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

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