Html Css Color HEX #4B4406 Madras

📋 copy color: '#4B4406'

red 75 ◦ green 68 ◦ blue 6

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

Shades of Madras #4B4406

Tints of Madras #4B4406

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 4.03%

R = 50.34%
G = 45.64%
B = 4.03%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.92

 K value IS 0.71

RGB Variations

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

Color information

#4B4406 (or 0x4B4406) is known color: Madras. HEX triplet: 4B, 44 and 06. RGB value is (75,68,6). Sum of RGB (Red+Green+Blue) = 75+68+6=149 (19% of max value = 765). Red value is 75 (29.69% from 255 or 50.34% from 149); Green value is 68 (26.95% from 255 or 45.64% from 149); Blue value is 6 (2.73% from 255 or 4.03% from 149); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4406 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B4406 is #B4BBF9. Grayscale: #3F3F3F. Windows color (decimal): -11844602 or 410699. OLE color: 410699.

HSL color Cylindrical-coordinate representation of color #4B4406: hue angle of 53.91º degrees, saturation: 0.85, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #4B4406 is Cyan = 0, Magento = 0.09, Yellow = 0.92 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 68 6 -
CMYK 0 0.09 0.92 0.71
HSL 53.91º 0.85% 0.16% -
HSV(B) 53.91º 0.92% 0.29% -
XYZ 5 5.64 1 -
YUV 63.03 95.82 136.54 -
System Red Green Blue C M Y K H S L
Decimal 75 68 6 0 0.09 0.92 0.71 53.91 0.85 0.16
Hex 4B 44 6 0 9 5C 47 36 55 10
Octal 113 104 6 0 11 134 107 66 125 20
Binary 1001011 1000100 110 0 1001 1011100 1000111 110110 1010101 10000

Color Harmonies of #4B4406

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4406

Black with #4B4406

Text Example


Text Example

White with #4B4406

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,68,6); }

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

background-color css

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

 a { background-color: rgb(75,68,6); }

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

border-color css

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

 span { border-color: rgb(75,68,6); }

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