Html Css Color HEX #4A4133 Deep Bronze

📋 copy color: '#4A4133'

red 74 ◦ green 65 ◦ blue 51

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

Shades of Deep Bronze #4A4133

Tints of Deep Bronze #4A4133

RGB

 RED value IS 74 (29.3% from 255) = 38.95%

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

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

R = 38.95%
G = 34.21%
B = 26.84%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.71

RGB Variations

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

Color information

#4A4133 (or 0x4A4133) is known color: Deep Bronze. HEX triplet: 4A, 41 and 33. RGB value is (74,65,51). Sum of RGB (Red+Green+Blue) = 74+65+51=190 (25% of max value = 765). Red value is 74 (29.30% from 255 or 38.95% from 190); Green value is 65 (25.78% from 255 or 34.21% from 190); Blue value is 51 (20.31% from 255 or 26.84% from 190); Max value from RGB is 74 - color contains mainly: red. Hex color #4A4133 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4A4133 is #B5BECC. Grayscale: #424242. Windows color (decimal): -11910861 or 3359050. OLE color: 3359050.

HSL color Cylindrical-coordinate representation of color #4A4133: hue angle of 36.52º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4A4133 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.71.

Color convert

RGB 74 65 51 -
CMYK 0 0.12 0.31 0.71
HSL 36.52º 0.18% 0.25% -
HSV(B) 36.52º 0.31% 0.29% -
XYZ 5.31 5.48 3.91 -
YUV 66.1 119.48 133.64 -
System Red Green Blue C M Y K H S L
Decimal 74 65 51 0 0.12 0.31 0.71 36.52 0.18 0.25
Hex 4A 41 33 0 C 1F 47 25 12 19
Octal 112 101 63 0 14 37 107 45 22 31
Binary 1001010 1000001 110011 0 1100 11111 1000111 100101 10010 11001

Color Harmonies of #4A4133

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A4133

Black with #4A4133

Text Example


Text Example

White with #4A4133

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,65,51); }

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

background-color css

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

 a { background-color: rgb(74,65,51); }

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

border-color css

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

 span { border-color: rgb(74,65,51); }

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