Html Css Color HEX #464105 Madras

📋 copy color: '#464105'

red 70 ◦ green 65 ◦ blue 5

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

Shades of Madras #464105

Tints of Madras #464105

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 3.57%

R = 50%
G = 46.43%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.93

 K value IS 0.73

RGB Variations

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

Color information

#464105 (or 0x464105) is known color: Madras. HEX triplet: 46, 41 and 05. RGB value is (70,65,5). Sum of RGB (Red+Green+Blue) = 70+65+5=140 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50% from 140); Green value is 65 (25.78% from 255 or 46.43% from 140); Blue value is 5 (2.34% from 255 or 3.57% from 140); Max value from RGB is 70 - color contains mainly: red. Hex color #464105 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464105 is #B9BEFA. Grayscale: #3B3B3B. Windows color (decimal): -12173051 or 344390. OLE color: 344390.

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

Color convert

RGB 70 65 5 -
CMYK 0 0.07 0.93 0.73
HSL 55.38º 0.87% 0.15% -
HSV(B) 55.38º 0.93% 0.27% -
XYZ 4.44 5.09 0.89 -
YUV 59.66 97.16 135.38 -
System Red Green Blue C M Y K H S L
Decimal 70 65 5 0 0.07 0.93 0.73 55.38 0.87 0.15
Hex 46 41 5 0 7 5D 49 37 57 F
Octal 106 101 5 0 7 135 111 67 127 17
Binary 1000110 1000001 101 0 111 1011101 1001001 110111 1010111 1111

Color Harmonies of #464105

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464105

Black with #464105

Text Example


Text Example

White with #464105

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464105; }

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

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

background-color css

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

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

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

border-color css

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

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

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