Html Css Color HEX #524D0D Bronze Olive

📋 copy color: '#524D0D'

red 82 ◦ green 77 ◦ blue 13

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

Shades of Bronze Olive #524D0D

Tints of Bronze Olive #524D0D

RGB

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

 GREEN value IS 77 (30.47% from 255) = 44.77%

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

R = 47.67%
G = 44.77%
B = 7.56%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#524D0D (or 0x524D0D) is known color: Bronze Olive. HEX triplet: 52, 4D and 0D. RGB value is (82,77,13). Sum of RGB (Red+Green+Blue) = 82+77+13=172 (22% of max value = 765). Red value is 82 (32.42% from 255 or 47.67% from 172); Green value is 77 (30.47% from 255 or 44.77% from 172); Blue value is 13 (5.47% from 255 or 7.56% from 172); Max value from RGB is 82 - color contains mainly: red. Hex color #524D0D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #524D0D is #ADB2F2. Grayscale: #474747. Windows color (decimal): -11383539 or 871762. OLE color: 871762.

HSL color Cylindrical-coordinate representation of color #524D0D: hue angle of 55.65º 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 #524D0D is Cyan = 0, Magento = 0.06, Yellow = 0.84 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 77 13 -
CMYK 0 0.06 0.84 0.68
HSL 55.65º 0.73% 0.19% -
HSV(B) 55.65º 0.84% 0.32% -
XYZ 6.21 7.13 1.43 -
YUV 71.2 95.16 135.7 -
System Red Green Blue C M Y K H S L
Decimal 82 77 13 0 0.06 0.84 0.68 55.65 0.73 0.19
Hex 52 4D D 0 6 54 44 38 49 13
Octal 122 115 15 0 6 124 104 70 111 23
Binary 1010010 1001101 1101 0 110 1010100 1000100 111000 1001001 10011

Color Harmonies of #524D0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524D0D

Black with #524D0D

Text Example


Text Example

White with #524D0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524D0D; }

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

 H1.HeaderClassName
 {
   color: #524D0D;
 }
 .AnyTagClassName
 {
   color: #524D0D;
 }
</style>

background-color css

<style>
 a { background-color: #524D0D; }

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

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

border-color css

<style>
 span { border-color: #524D0D; }

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

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