Html Css Color HEX #52492A Bronze Olive

📋 copy color: '#52492A'

red 82 ◦ green 73 ◦ blue 42

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

Shades of Bronze Olive #52492A

Tints of Bronze Olive #52492A

RGB

 RED value IS 82 (32.42% from 255) = 41.62%

 GREEN value IS 73 (28.91% from 255) = 37.06%

 BLUE value IS 42 (16.8% from 255) = 21.32%

R = 41.62%
G = 37.06%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.49

 K value IS 0.68

RGB Variations

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

Color information

#52492A (or 0x52492A) is known color: Bronze Olive. HEX triplet: 52, 49 and 2A. RGB value is (82,73,42). Sum of RGB (Red+Green+Blue) = 82+73+42=197 (26% of max value = 765). Red value is 82 (32.42% from 255 or 41.62% from 197); Green value is 73 (28.91% from 255 or 37.06% from 197); Blue value is 42 (16.80% from 255 or 21.32% from 197); Max value from RGB is 82 - color contains mainly: red. Hex color #52492A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52492A is #ADB6D5. Grayscale: #484848. Windows color (decimal): -11384534 or 2771282. OLE color: 2771282.

HSL color Cylindrical-coordinate representation of color #52492A: hue angle of 46.5º degrees, saturation: 0.32, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #52492A is Cyan = 0, Magento = 0.11, Yellow = 0.49 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 73 42 -
CMYK 0 0.11 0.49 0.68
HSL 46.5º 0.32% 0.24% -
HSV(B) 46.5º 0.49% 0.32% -
XYZ 6.28 6.73 3.16 -
YUV 72.16 110.98 135.02 -
System Red Green Blue C M Y K H S L
Decimal 82 73 42 0 0.11 0.49 0.68 46.5 0.32 0.24
Hex 52 49 2A 0 B 31 44 2E 20 18
Octal 122 111 52 0 13 61 104 56 40 30
Binary 1010010 1001001 101010 0 1011 110001 1000100 101110 100000 11000

Color Harmonies of #52492A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52492A

Black with #52492A

Text Example


Text Example

White with #52492A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52492A; }

 p { color: rgb(82,73,42); }

 H1.HeaderClassName
 {
   color: #52492A;
 }
 .AnyTagClassName
 {
   color: #52492A;
 }
</style>

background-color css

<style>
 a { background-color: #52492A; }

 a { background-color: rgb(82,73,42); }

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

border-color css

<style>
 span { border-color: #52492A; }

 span { border-color: rgb(82,73,42); }

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