Html Css Color HEX #4C412F Deep Bronze

📋 copy color: '#4C412F'

red 76 ◦ green 65 ◦ blue 47

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

Shades of Deep Bronze #4C412F

Tints of Deep Bronze #4C412F

RGB

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

 GREEN value IS 65 (25.78% from 255) = 34.57%

 BLUE value IS 47 (18.75% from 255) = 25%

R = 40.43%
G = 34.57%
B = 25%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.38

 K value IS 0.70

RGB Variations

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

Color information

#4C412F (or 0x4C412F) is known color: Deep Bronze. HEX triplet: 4C, 41 and 2F. RGB value is (76,65,47). Sum of RGB (Red+Green+Blue) = 76+65+47=188 (24% of max value = 765). Red value is 76 (30.08% from 255 or 40.43% from 188); Green value is 65 (25.78% from 255 or 34.57% from 188); Blue value is 47 (18.75% from 255 or 25% from 188); Max value from RGB is 76 - color contains mainly: red. Hex color #4C412F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C412F is #B3BED0. Grayscale: #424242. Windows color (decimal): -11779793 or 3096908. OLE color: 3096908.

HSL color Cylindrical-coordinate representation of color #4C412F: hue angle of 37.24º degrees, saturation: 0.24, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #4C412F is Cyan = 0, Magento = 0.14, Yellow = 0.38 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 65 47 -
CMYK 0 0.14 0.38 0.70
HSL 37.24º 0.24% 0.24% -
HSV(B) 37.24º 0.38% 0.3% -
XYZ 5.38 5.52 3.47 -
YUV 66.24 117.14 134.96 -
System Red Green Blue C M Y K H S L
Decimal 76 65 47 0 0.14 0.38 0.70 37.24 0.24 0.24
Hex 4C 41 2F 0 E 26 46 25 18 18
Octal 114 101 57 0 16 46 106 45 30 30
Binary 1001100 1000001 101111 0 1110 100110 1000110 100101 11000 11000

Color Harmonies of #4C412F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C412F

Black with #4C412F

Text Example


Text Example

White with #4C412F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,65,47); }

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

background-color css

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

 a { background-color: rgb(76,65,47); }

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

border-color css

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

 span { border-color: rgb(76,65,47); }

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