Html Css Color HEX #464418 Madras

📋 copy color: '#464418'

red 70 ◦ green 68 ◦ blue 24

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

Shades of Madras #464418

Tints of Madras #464418

RGB

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

 GREEN value IS 68 (26.95% from 255) = 41.98%

 BLUE value IS 24 (9.77% from 255) = 14.81%

R = 43.21%
G = 41.98%
B = 14.81%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#464418 (or 0x464418) is known color: Madras. HEX triplet: 46, 44 and 18. RGB value is (70,68,24). Sum of RGB (Red+Green+Blue) = 70+68+24=162 (21% of max value = 765). Red value is 70 (27.73% from 255 or 43.21% from 162); Green value is 68 (26.95% from 255 or 41.98% from 162); Blue value is 24 (9.77% from 255 or 14.81% from 162); Max value from RGB is 70 - color contains mainly: red. Hex color #464418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #464418 is #B9BBE7. Grayscale: #3F3F3F. Windows color (decimal): -12172264 or 1590342. OLE color: 1590342.

HSL color Cylindrical-coordinate representation of color #464418: hue angle of 57.39º degrees, saturation: 0.49, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #464418 is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 68 24 -
CMYK 0 0.03 0.66 0.73
HSL 57.39º 0.49% 0.18% -
HSV(B) 57.39º 0.66% 0.27% -
XYZ 4.76 5.5 1.68 -
YUV 63.58 105.66 132.58 -
System Red Green Blue C M Y K H S L
Decimal 70 68 24 0 0.03 0.66 0.73 57.39 0.49 0.18
Hex 46 44 18 0 3 42 49 39 31 12
Octal 106 104 30 0 3 102 111 71 61 22
Binary 1000110 1000100 11000 0 11 1000010 1001001 111001 110001 10010

Color Harmonies of #464418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #464418

Black with #464418

Text Example


Text Example

White with #464418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #464418; }

 p { color: rgb(70,68,24); }

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

background-color css

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

 a { background-color: rgb(70,68,24); }

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

border-color css

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

 span { border-color: rgb(70,68,24); }

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