Html Css Color HEX #4B460C Madras

📋 copy color: '#4B460C'

red 75 ◦ green 70 ◦ blue 12

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

Shades of Madras #4B460C

Tints of Madras #4B460C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.64%

R = 47.77%
G = 44.59%
B = 7.64%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.71

RGB Variations

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

Color information

#4B460C (or 0x4B460C) is known color: Madras. HEX triplet: 4B, 46 and 0C. RGB value is (75,70,12). Sum of RGB (Red+Green+Blue) = 75+70+12=157 (20% of max value = 765). Red value is 75 (29.69% from 255 or 47.77% from 157); Green value is 70 (27.73% from 255 or 44.59% from 157); Blue value is 12 (5.08% from 255 or 7.64% from 157); Max value from RGB is 75 - color contains mainly: red. Hex color #4B460C is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B460C is #B4B9F3. Grayscale: #414141. Windows color (decimal): -11844084 or 804427. OLE color: 804427.

HSL color Cylindrical-coordinate representation of color #4B460C: hue angle of 55.24º degrees, saturation: 0.72, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #4B460C is Cyan = 0, Magento = 0.07, Yellow = 0.84 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 70 12 -
CMYK 0 0.07 0.84 0.71
HSL 55.24º 0.72% 0.17% -
HSV(B) 55.24º 0.84% 0.29% -
XYZ 5.16 5.9 1.22 -
YUV 64.88 98.16 135.22 -
System Red Green Blue C M Y K H S L
Decimal 75 70 12 0 0.07 0.84 0.71 55.24 0.72 0.17
Hex 4B 46 C 0 7 54 47 37 48 11
Octal 113 106 14 0 7 124 107 67 110 21
Binary 1001011 1000110 1100 0 111 1010100 1000111 110111 1001000 10001

Color Harmonies of #4B460C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B460C

Black with #4B460C

Text Example


Text Example

White with #4B460C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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