Html Css Color HEX #4C3908 Madras

📋 copy color: '#4C3908'

red 76 ◦ green 57 ◦ blue 8

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

Shades of Madras #4C3908

Tints of Madras #4C3908

RGB

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

 GREEN value IS 57 (22.66% from 255) = 40.43%

 BLUE value IS 8 (3.52% from 255) = 5.67%

R = 53.9%
G = 40.43%
B = 5.67%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.70

RGB Variations

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

Color information

#4C3908 (or 0x4C3908) is known color: Madras. HEX triplet: 4C, 39 and 08. RGB value is (76,57,8). Sum of RGB (Red+Green+Blue) = 76+57+8=141 (18% of max value = 765). Red value is 76 (30.08% from 255 or 53.90% from 141); Green value is 57 (22.66% from 255 or 40.43% from 141); Blue value is 8 (3.52% from 255 or 5.67% from 141); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3908 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C3908 is #B3C6F7. Grayscale: #393939. Windows color (decimal): -11781880 or 538956. OLE color: 538956.

HSL color Cylindrical-coordinate representation of color #4C3908: hue angle of 43.24º degrees, saturation: 0.81, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #4C3908 is Cyan = 0, Magento = 0.25, Yellow = 0.89 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 57 8 -
CMYK 0 0.25 0.89 0.70
HSL 43.24º 0.81% 0.16% -
HSV(B) 43.24º 0.89% 0.3% -
XYZ 4.49 4.48 0.86 -
YUV 57.1 100.29 141.48 -
System Red Green Blue C M Y K H S L
Decimal 76 57 8 0 0.25 0.89 0.70 43.24 0.81 0.16
Hex 4C 39 8 0 19 59 46 2B 51 10
Octal 114 71 10 0 31 131 106 53 121 20
Binary 1001100 111001 1000 0 11001 1011001 1000110 101011 1010001 10000

Color Harmonies of #4C3908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3908

Black with #4C3908

Text Example


Text Example

White with #4C3908

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,57,8); }

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

background-color css

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

 a { background-color: rgb(76,57,8); }

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

border-color css

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

 span { border-color: rgb(76,57,8); }

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