Html Css Color HEX #4B4210 Madras

📋 copy color: '#4B4210'

red 75 ◦ green 66 ◦ blue 16

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

Shades of Madras #4B4210

Tints of Madras #4B4210

RGB

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

 GREEN value IS 66 (26.17% from 255) = 42.04%

 BLUE value IS 16 (6.64% from 255) = 10.19%

R = 47.77%
G = 42.04%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.79

 K value IS 0.71

RGB Variations

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

Color information

#4B4210 (or 0x4B4210) is known color: Madras. HEX triplet: 4B, 42 and 10. RGB value is (75,66,16). Sum of RGB (Red+Green+Blue) = 75+66+16=157 (20% of max value = 765). Red value is 75 (29.69% from 255 or 47.77% from 157); Green value is 66 (26.17% from 255 or 42.04% from 157); Blue value is 16 (6.64% from 255 or 10.19% from 157); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4210 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B4210 is #B4BDEF. Grayscale: #3F3F3F. Windows color (decimal): -11845104 or 1065547. OLE color: 1065547.

HSL color Cylindrical-coordinate representation of color #4B4210: hue angle of 50.85º degrees, saturation: 0.65, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #4B4210 is Cyan = 0, Magento = 0.12, Yellow = 0.79 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 66 16 -
CMYK 0 0.12 0.79 0.71
HSL 50.85º 0.65% 0.18% -
HSV(B) 50.85º 0.79% 0.29% -
XYZ 4.94 5.43 1.28 -
YUV 62.99 101.48 136.57 -
System Red Green Blue C M Y K H S L
Decimal 75 66 16 0 0.12 0.79 0.71 50.85 0.65 0.18
Hex 4B 42 10 0 C 4F 47 33 41 12
Octal 113 102 20 0 14 117 107 63 101 22
Binary 1001011 1000010 10000 0 1100 1001111 1000111 110011 1000001 10010

Color Harmonies of #4B4210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4210

Black with #4B4210

Text Example


Text Example

White with #4B4210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,66,16); }

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

background-color css

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

 a { background-color: rgb(75,66,16); }

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

border-color css

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

 span { border-color: rgb(75,66,16); }

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