Html Css Color HEX #4C3C27 Deep Bronze

📋 copy color: '#4C3C27'

red 76 ◦ green 60 ◦ blue 39

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

Shades of Deep Bronze #4C3C27

Tints of Deep Bronze #4C3C27

RGB

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

 GREEN value IS 60 (23.83% from 255) = 34.29%

 BLUE value IS 39 (15.63% from 255) = 22.29%

R = 43.43%
G = 34.29%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.49

 K value IS 0.70

RGB Variations

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

Color information

#4C3C27 (or 0x4C3C27) is known color: Deep Bronze. HEX triplet: 4C, 3C and 27. RGB value is (76,60,39). Sum of RGB (Red+Green+Blue) = 76+60+39=175 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.43% from 175); Green value is 60 (23.83% from 255 or 34.29% from 175); Blue value is 39 (15.62% from 255 or 22.29% from 175); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3C27 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3C27 is #B3C3D8. Grayscale: #3E3E3E. Windows color (decimal): -11781081 or 2571340. OLE color: 2571340.

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

Color convert

RGB 76 60 39 -
CMYK 0 0.21 0.49 0.70
HSL 34.05º 0.32% 0.23% -
HSV(B) 34.05º 0.49% 0.3% -
XYZ 4.96 4.91 2.61 -
YUV 62.39 114.8 137.71 -
System Red Green Blue C M Y K H S L
Decimal 76 60 39 0 0.21 0.49 0.70 34.05 0.32 0.23
Hex 4C 3C 27 0 15 31 46 22 20 17
Octal 114 74 47 0 25 61 106 42 40 27
Binary 1001100 111100 100111 0 10101 110001 1000110 100010 100000 10111

Color Harmonies of #4C3C27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3C27

Black with #4C3C27

Text Example


Text Example

White with #4C3C27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,60,39); }

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

background-color css

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

 a { background-color: rgb(76,60,39); }

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

border-color css

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

 span { border-color: rgb(76,60,39); }

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