Html Css Color HEX #4C3708 Madras

📋 copy color: '#4C3708'

red 76 ◦ green 55 ◦ blue 8

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

Shades of Madras #4C3708

Tints of Madras #4C3708

RGB

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

 GREEN value IS 55 (21.88% from 255) = 39.57%

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

R = 54.68%
G = 39.57%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.89

 K value IS 0.70

RGB Variations

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

Color information

#4C3708 (or 0x4C3708) is known color: Madras. HEX triplet: 4C, 37 and 08. RGB value is (76,55,8). Sum of RGB (Red+Green+Blue) = 76+55+8=139 (18% of max value = 765). Red value is 76 (30.08% from 255 or 54.68% from 139); Green value is 55 (21.88% from 255 or 39.57% from 139); Blue value is 8 (3.52% from 255 or 5.76% from 139); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3708 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #4C3708 is #B3C8F7. Grayscale: #383838. Windows color (decimal): -11782392 or 538444. OLE color: 538444.

HSL color Cylindrical-coordinate representation of color #4C3708: hue angle of 41.47º 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 #4C3708 is Cyan = 0, Magento = 0.28, Yellow = 0.89 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 55 8 -
CMYK 0 0.28 0.89 0.70
HSL 41.47º 0.81% 0.16% -
HSV(B) 41.47º 0.89% 0.3% -
XYZ 4.39 4.29 0.83 -
YUV 55.92 100.96 142.32 -
System Red Green Blue C M Y K H S L
Decimal 76 55 8 0 0.28 0.89 0.70 41.47 0.81 0.16
Hex 4C 37 8 0 1C 59 46 29 51 10
Octal 114 67 10 0 34 131 106 51 121 20
Binary 1001100 110111 1000 0 11100 1011001 1000110 101001 1010001 10000

Color Harmonies of #4C3708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3708

Black with #4C3708

Text Example


Text Example

White with #4C3708

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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