Html Css Color HEX #4B4219 Madras

📋 copy color: '#4B4219'

red 75 ◦ green 66 ◦ blue 25

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

Shades of Madras #4B4219

Tints of Madras #4B4219

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 15.06%

R = 45.18%
G = 39.76%
B = 15.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.67

 K value IS 0.71

RGB Variations

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

Color information

#4B4219 (or 0x4B4219) is known color: Madras. HEX triplet: 4B, 42 and 19. RGB value is (75,66,25). Sum of RGB (Red+Green+Blue) = 75+66+25=166 (21% of max value = 765). Red value is 75 (29.69% from 255 or 45.18% from 166); Green value is 66 (26.17% from 255 or 39.76% from 166); Blue value is 25 (10.16% from 255 or 15.06% from 166); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4B4219 is #B4BDE6. Grayscale: #404040. Windows color (decimal): -11845095 or 1655371. OLE color: 1655371.

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

Color convert

RGB 75 66 25 -
CMYK 0 0.12 0.67 0.71
HSL 49.2º 0.5% 0.2% -
HSV(B) 49.2º 0.67% 0.29% -
XYZ 5.03 5.46 1.71 -
YUV 64.02 105.98 135.83 -
System Red Green Blue C M Y K H S L
Decimal 75 66 25 0 0.12 0.67 0.71 49.2 0.5 0.2
Hex 4B 42 19 0 C 43 47 31 32 14
Octal 113 102 31 0 14 103 107 61 62 24
Binary 1001011 1000010 11001 0 1100 1000011 1000111 110001 110010 10100

Color Harmonies of #4B4219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4219

Black with #4B4219

Text Example


Text Example

White with #4B4219

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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