Html Css Color HEX #4B4009 Madras

📋 copy color: '#4B4009'

red 75 ◦ green 64 ◦ blue 9

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

Shades of Madras #4B4009

Tints of Madras #4B4009

RGB

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

 GREEN value IS 64 (25.39% from 255) = 43.24%

 BLUE value IS 9 (3.91% from 255) = 6.08%

R = 50.68%
G = 43.24%
B = 6.08%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.88

 K value IS 0.71

RGB Variations

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

Color information

#4B4009 (or 0x4B4009) is known color: Madras. HEX triplet: 4B, 40 and 09. RGB value is (75,64,9). Sum of RGB (Red+Green+Blue) = 75+64+9=148 (19% of max value = 765). Red value is 75 (29.69% from 255 or 50.68% from 148); Green value is 64 (25.39% from 255 or 43.24% from 148); Blue value is 9 (3.91% from 255 or 6.08% from 148); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B4009 is #B4BFF6. Grayscale: #3D3D3D. Windows color (decimal): -11845623 or 606283. OLE color: 606283.

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

Color convert

RGB 75 64 9 -
CMYK 0 0.15 0.88 0.71
HSL 50º 0.79% 0.16% -
HSV(B) 50º 0.88% 0.29% -
XYZ 4.78 5.18 1.01 -
YUV 61.02 98.64 137.97 -
System Red Green Blue C M Y K H S L
Decimal 75 64 9 0 0.15 0.88 0.71 50 0.79 0.16
Hex 4B 40 9 0 F 58 47 32 4F 10
Octal 113 100 11 0 17 130 107 62 117 20
Binary 1001011 1000000 1001 0 1111 1011000 1000111 110010 1001111 10000

Color Harmonies of #4B4009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4009

Black with #4B4009

Text Example


Text Example

White with #4B4009

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,64,9); }

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

background-color css

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

 a { background-color: rgb(75,64,9); }

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

border-color css

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

 span { border-color: rgb(75,64,9); }

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