Html Css Color HEX #52490D Bronze Olive

📋 copy color: '#52490D'

red 82 ◦ green 73 ◦ blue 13

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

Shades of Bronze Olive #52490D

Tints of Bronze Olive #52490D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.74%

R = 48.81%
G = 43.45%
B = 7.74%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#52490D (or 0x52490D) is known color: Bronze Olive. HEX triplet: 52, 49 and 0D. RGB value is (82,73,13). Sum of RGB (Red+Green+Blue) = 82+73+13=168 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.81% from 168); Green value is 73 (28.91% from 255 or 43.45% from 168); Blue value is 13 (5.47% from 255 or 7.74% from 168); Max value from RGB is 82 - color contains mainly: red. Hex color #52490D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52490D is #ADB6F2. Grayscale: #454545. Windows color (decimal): -11384563 or 870738. OLE color: 870738.

HSL color Cylindrical-coordinate representation of color #52490D: hue angle of 52.17º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #52490D is Cyan = 0, Magento = 0.11, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 73 13 -
CMYK 0 0.11 0.84 0.68
HSL 52.17º 0.73% 0.19% -
HSV(B) 52.17º 0.84% 0.32% -
XYZ 5.93 6.59 1.34 -
YUV 68.85 96.48 137.38 -
System Red Green Blue C M Y K H S L
Decimal 82 73 13 0 0.11 0.84 0.68 52.17 0.73 0.19
Hex 52 49 D 0 B 54 44 34 49 13
Octal 122 111 15 0 13 124 104 64 111 23
Binary 1010010 1001001 1101 0 1011 1010100 1000100 110100 1001001 10011

Color Harmonies of #52490D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52490D

Black with #52490D

Text Example


Text Example

White with #52490D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52490D; }

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

 H1.HeaderClassName
 {
   color: #52490D;
 }
 .AnyTagClassName
 {
   color: #52490D;
 }
</style>

background-color css

<style>
 a { background-color: #52490D; }

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

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

border-color css

<style>
 span { border-color: #52490D; }

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

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