Html Css Color HEX #4C4234 Deep Bronze

📋 copy color: '#4C4234'

red 76 ◦ green 66 ◦ blue 52

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

Shades of Deep Bronze #4C4234

Tints of Deep Bronze #4C4234

RGB

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

 GREEN value IS 66 (26.17% from 255) = 34.02%

 BLUE value IS 52 (20.7% from 255) = 26.8%

R = 39.18%
G = 34.02%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.32

 K value IS 0.70

RGB Variations

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

Color information

#4C4234 (or 0x4C4234) is known color: Deep Bronze. HEX triplet: 4C, 42 and 34. RGB value is (76,66,52). Sum of RGB (Red+Green+Blue) = 76+66+52=194 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.18% from 194); Green value is 66 (26.17% from 255 or 34.02% from 194); Blue value is 52 (20.70% from 255 or 26.80% from 194); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4234 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4234 is #B3BDCB. Grayscale: #434343. Windows color (decimal): -11779532 or 3424844. OLE color: 3424844.

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

Color convert

RGB 76 66 52 -
CMYK 0 0.13 0.32 0.70
HSL 35º 0.19% 0.25% -
HSV(B) 35º 0.32% 0.3% -
XYZ 5.55 5.68 4.05 -
YUV 67.39 119.31 134.14 -
System Red Green Blue C M Y K H S L
Decimal 76 66 52 0 0.13 0.32 0.70 35 0.19 0.25
Hex 4C 42 34 0 D 20 46 23 13 19
Octal 114 102 64 0 15 40 106 43 23 31
Binary 1001100 1000010 110100 0 1101 100000 1000110 100011 10011 11001

Color Harmonies of #4C4234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4234

Black with #4C4234

Text Example


Text Example

White with #4C4234

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,66,52); }

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

background-color css

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

 a { background-color: rgb(76,66,52); }

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

border-color css

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

 span { border-color: rgb(76,66,52); }

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