Html Css Color HEX #4B4116 Madras

📋 copy color: '#4B4116'

red 75 ◦ green 65 ◦ blue 22

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

Shades of Madras #4B4116

Tints of Madras #4B4116

RGB

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

 GREEN value IS 65 (25.78% from 255) = 40.12%

 BLUE value IS 22 (8.98% from 255) = 13.58%

R = 46.3%
G = 40.12%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.71

 K value IS 0.71

RGB Variations

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

Color information

#4B4116 (or 0x4B4116) is known color: Madras. HEX triplet: 4B, 41 and 16. RGB value is (75,65,22). Sum of RGB (Red+Green+Blue) = 75+65+22=162 (21% of max value = 765). Red value is 75 (29.69% from 255 or 46.30% from 162); Green value is 65 (25.78% from 255 or 40.12% from 162); Blue value is 22 (8.98% from 255 or 13.58% from 162); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B4116 is #B4BEE9. Grayscale: #3F3F3F. Windows color (decimal): -11845354 or 1458507. OLE color: 1458507.

HSL color Cylindrical-coordinate representation of color #4B4116: hue angle of 48.68º degrees, saturation: 0.55, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #4B4116 is Cyan = 0, Magento = 0.13, Yellow = 0.71 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 65 22 -
CMYK 0 0.13 0.71 0.71
HSL 48.68º 0.55% 0.19% -
HSV(B) 48.68º 0.71% 0.29% -
XYZ 4.94 5.33 1.53 -
YUV 63.09 104.81 136.5 -
System Red Green Blue C M Y K H S L
Decimal 75 65 22 0 0.13 0.71 0.71 48.68 0.55 0.19
Hex 4B 41 16 0 D 47 47 31 37 13
Octal 113 101 26 0 15 107 107 61 67 23
Binary 1001011 1000001 10110 0 1101 1000111 1000111 110001 110111 10011

Color Harmonies of #4B4116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4116

Black with #4B4116

Text Example


Text Example

White with #4B4116

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,65,22); }

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

background-color css

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

 a { background-color: rgb(75,65,22); }

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

border-color css

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

 span { border-color: rgb(75,65,22); }

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