Html Css Color HEX #4C4233 Deep Bronze

📋 copy color: '#4C4233'

red 76 ◦ green 66 ◦ blue 51

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

Shades of Deep Bronze #4C4233

Tints of Deep Bronze #4C4233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 26.42%

R = 39.38%
G = 34.2%
B = 26.42%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.33

 K value IS 0.70

RGB Variations

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

Color information

#4C4233 (or 0x4C4233) is known color: Deep Bronze. HEX triplet: 4C, 42 and 33. RGB value is (76,66,51). Sum of RGB (Red+Green+Blue) = 76+66+51=193 (25% of max value = 765). Red value is 76 (30.08% from 255 or 39.38% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 51 (20.31% from 255 or 26.42% from 193); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4233 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4233 is #B3BDCC. Grayscale: #434343. Windows color (decimal): -11779533 or 3359308. OLE color: 3359308.

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

Color convert

RGB 76 66 51 -
CMYK 0 0.13 0.33 0.70
HSL 36º 0.2% 0.25% -
HSV(B) 36º 0.33% 0.3% -
XYZ 5.53 5.67 3.94 -
YUV 67.28 118.81 134.22 -
System Red Green Blue C M Y K H S L
Decimal 76 66 51 0 0.13 0.33 0.70 36 0.2 0.25
Hex 4C 42 33 0 D 21 46 24 14 19
Octal 114 102 63 0 15 41 106 44 24 31
Binary 1001100 1000010 110011 0 1101 100001 1000110 100100 10100 11001

Color Harmonies of #4C4233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4233

Black with #4C4233

Text Example


Text Example

White with #4C4233

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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