Html Css Color HEX #4A532D Bronzetone

📋 copy color: '#4A532D'

red 74 ◦ green 83 ◦ blue 45

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

Shades of Bronzetone #4A532D

Tints of Bronzetone #4A532D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 41.09%

 BLUE value IS 45 (17.97% from 255) = 22.28%

R = 36.63%
G = 41.09%
B = 22.28%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.46

 K value IS 0.67

RGB Variations

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

Color information

#4A532D (or 0x4A532D) is known color: Bronzetone. HEX triplet: 4A, 53 and 2D. RGB value is (74,83,45). Sum of RGB (Red+Green+Blue) = 74+83+45=202 (26% of max value = 765). Red value is 74 (29.30% from 255 or 36.63% from 202); Green value is 83 (32.81% from 255 or 41.09% from 202); Blue value is 45 (17.97% from 255 or 22.28% from 202); Max value from RGB is 83 - color contains mainly: green. Hex color #4A532D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4A532D is #B5ACD2. Grayscale: #4C4C4C. Windows color (decimal): -11906259 or 2970442. OLE color: 2970442.

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

Color convert

RGB 74 83 45 -
CMYK 0.11 0 0.46 0.67
HSL 74.21º 0.3% 0.25% -
HSV(B) 74.21º 0.46% 0.33% -
XYZ 6.39 7.83 3.66 -
YUV 75.98 110.52 126.59 -
System Red Green Blue C M Y K H S L
Decimal 74 83 45 0.11 0 0.46 0.67 74.21 0.3 0.25
Hex 4A 53 2D B 0 2E 43 4A 1E 19
Octal 112 123 55 13 0 56 103 112 36 31
Binary 1001010 1010011 101101 1011 0 101110 1000011 1001010 11110 11001

Color Harmonies of #4A532D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4A532D

Black with #4A532D

Text Example


Text Example

White with #4A532D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(74,83,45); }

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

background-color css

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

 a { background-color: rgb(74,83,45); }

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

border-color css

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

 span { border-color: rgb(74,83,45); }

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