Html Css Color HEX #4D4318 Madras

📋 copy color: '#4D4318'

red 77 ◦ green 67 ◦ blue 24

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

Shades of Madras #4D4318

Tints of Madras #4D4318

RGB

 RED value IS 77 (30.47% from 255) = 45.83%

 GREEN value IS 67 (26.56% from 255) = 39.88%

 BLUE value IS 24 (9.77% from 255) = 14.29%

R = 45.83%
G = 39.88%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.69

 K value IS 0.70

RGB Variations

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

Color information

#4D4318 (or 0x4D4318) is known color: Madras. HEX triplet: 4D, 43 and 18. RGB value is (77,67,24). Sum of RGB (Red+Green+Blue) = 77+67+24=168 (22% of max value = 765). Red value is 77 (30.47% from 255 or 45.83% from 168); Green value is 67 (26.56% from 255 or 39.88% from 168); Blue value is 24 (9.77% from 255 or 14.29% from 168); Max value from RGB is 77 - color contains mainly: red. Hex color #4D4318 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D4318 is #B2BCE7. Grayscale: #414141. Windows color (decimal): -11713768 or 1590093. OLE color: 1590093.

HSL color Cylindrical-coordinate representation of color #4D4318: hue angle of 48.68º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D4318 is Cyan = 0, Magento = 0.13, Yellow = 0.69 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 67 24 -
CMYK 0 0.13 0.69 0.70
HSL 48.68º 0.52% 0.2% -
HSV(B) 48.68º 0.69% 0.3% -
XYZ 5.23 5.66 1.68 -
YUV 65.09 104.81 136.5 -
System Red Green Blue C M Y K H S L
Decimal 77 67 24 0 0.13 0.69 0.70 48.68 0.52 0.2
Hex 4D 43 18 0 D 45 46 31 34 14
Octal 115 103 30 0 15 105 106 61 64 24
Binary 1001101 1000011 11000 0 1101 1000101 1000110 110001 110100 10100

Color Harmonies of #4D4318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D4318

Black with #4D4318

Text Example


Text Example

White with #4D4318

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,67,24); }

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

background-color css

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

 a { background-color: rgb(77,67,24); }

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

border-color css

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

 span { border-color: rgb(77,67,24); }

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