Html Css Color HEX #4C451E Madras

📋 copy color: '#4C451E'

red 76 ◦ green 69 ◦ blue 30

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

Shades of Madras #4C451E

Tints of Madras #4C451E

RGB

 RED value IS 76 (30.08% from 255) = 43.43%

 GREEN value IS 69 (27.34% from 255) = 39.43%

 BLUE value IS 30 (12.11% from 255) = 17.14%

R = 43.43%
G = 39.43%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.61

 K value IS 0.70

RGB Variations

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

Color information

#4C451E (or 0x4C451E) is known color: Madras. HEX triplet: 4C, 45 and 1E. RGB value is (76,69,30). Sum of RGB (Red+Green+Blue) = 76+69+30=175 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.43% from 175); Green value is 69 (27.34% from 255 or 39.43% from 175); Blue value is 30 (12.11% from 255 or 17.14% from 175); Max value from RGB is 76 - color contains mainly: red. Hex color #4C451E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C451E is #B3BAE1. Grayscale: #424242. Windows color (decimal): -11778786 or 1983820. OLE color: 1983820.

HSL color Cylindrical-coordinate representation of color #4C451E: hue angle of 50.87º degrees, saturation: 0.43, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4C451E is Cyan = 0, Magento = 0.09, Yellow = 0.61 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 69 30 -
CMYK 0 0.09 0.61 0.70
HSL 50.87º 0.43% 0.21% -
HSV(B) 50.87º 0.61% 0.3% -
XYZ 5.34 5.89 2.08 -
YUV 66.65 107.32 134.67 -
System Red Green Blue C M Y K H S L
Decimal 76 69 30 0 0.09 0.61 0.70 50.87 0.43 0.21
Hex 4C 45 1E 0 9 3D 46 33 2B 15
Octal 114 105 36 0 11 75 106 63 53 25
Binary 1001100 1000101 11110 0 1001 111101 1000110 110011 101011 10101

Color Harmonies of #4C451E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C451E

Black with #4C451E

Text Example


Text Example

White with #4C451E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,69,30); }

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

background-color css

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

 a { background-color: rgb(76,69,30); }

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

border-color css

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

 span { border-color: rgb(76,69,30); }

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