Html Css Color HEX #4B460F Madras

📋 copy color: '#4B460F'

red 75 ◦ green 70 ◦ blue 15

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

Shades of Madras #4B460F

Tints of Madras #4B460F

RGB

 RED value IS 75 (29.69% from 255) = 46.88%

 GREEN value IS 70 (27.73% from 255) = 43.75%

 BLUE value IS 15 (6.25% from 255) = 9.38%

R = 46.88%
G = 43.75%
B = 9.38%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.80

 K value IS 0.71

RGB Variations

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

Color information

#4B460F (or 0x4B460F) is known color: Madras. HEX triplet: 4B, 46 and 0F. RGB value is (75,70,15). Sum of RGB (Red+Green+Blue) = 75+70+15=160 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.88% from 160); Green value is 70 (27.73% from 255 or 43.75% from 160); Blue value is 15 (6.25% from 255 or 9.38% from 160); Max value from RGB is 75 - color contains mainly: red. Hex color #4B460F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B460F is #B4B9F0. Grayscale: #414141. Windows color (decimal): -11844081 or 1001035. OLE color: 1001035.

HSL color Cylindrical-coordinate representation of color #4B460F: hue angle of 55º degrees, saturation: 0.67, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #4B460F is Cyan = 0, Magento = 0.07, Yellow = 0.80 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 70 15 -
CMYK 0 0.07 0.80 0.71
HSL 55º 0.67% 0.18% -
HSV(B) 55º 0.8% 0.29% -
XYZ 5.18 5.91 1.32 -
YUV 65.23 99.66 134.97 -
System Red Green Blue C M Y K H S L
Decimal 75 70 15 0 0.07 0.80 0.71 55 0.67 0.18
Hex 4B 46 F 0 7 50 47 37 43 12
Octal 113 106 17 0 7 120 107 67 103 22
Binary 1001011 1000110 1111 0 111 1010000 1000111 110111 1000011 10010

Color Harmonies of #4B460F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B460F

Black with #4B460F

Text Example


Text Example

White with #4B460F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B460F; }

 p { color: rgb(75,70,15); }

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

background-color css

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

 a { background-color: rgb(75,70,15); }

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

border-color css

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

 span { border-color: rgb(75,70,15); }

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