Html Css Color HEX #52471D Bronze Olive

📋 copy color: '#52471D'

red 82 ◦ green 71 ◦ blue 29

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

Shades of Bronze Olive #52471D

Tints of Bronze Olive #52471D

RGB

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

 GREEN value IS 71 (28.13% from 255) = 39.01%

 BLUE value IS 29 (11.72% from 255) = 15.93%

R = 45.05%
G = 39.01%
B = 15.93%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#52471D (or 0x52471D) is known color: Bronze Olive. HEX triplet: 52, 47 and 1D. RGB value is (82,71,29). Sum of RGB (Red+Green+Blue) = 82+71+29=182 (24% of max value = 765). Red value is 82 (32.42% from 255 or 45.05% from 182); Green value is 71 (28.12% from 255 or 39.01% from 182); Blue value is 29 (11.72% from 255 or 15.93% from 182); Max value from RGB is 82 - color contains mainly: red. Hex color #52471D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52471D is #ADB8E2. Grayscale: #454545. Windows color (decimal): -11385059 or 1918802. OLE color: 1918802.

HSL color Cylindrical-coordinate representation of color #52471D: hue angle of 47.55º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52471D is Cyan = 0, Magento = 0.13, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 71 29 -
CMYK 0 0.13 0.65 0.68
HSL 47.55º 0.48% 0.22% -
HSV(B) 47.55º 0.65% 0.32% -
XYZ 5.95 6.39 2.08 -
YUV 69.5 105.14 136.92 -
System Red Green Blue C M Y K H S L
Decimal 82 71 29 0 0.13 0.65 0.68 47.55 0.48 0.22
Hex 52 47 1D 0 D 41 44 30 30 16
Octal 122 107 35 0 15 101 104 60 60 26
Binary 1010010 1000111 11101 0 1101 1000001 1000100 110000 110000 10110

Color Harmonies of #52471D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52471D

Black with #52471D

Text Example


Text Example

White with #52471D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,71,29); }

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

background-color css

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

 a { background-color: rgb(82,71,29); }

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

border-color css

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

 span { border-color: rgb(82,71,29); }

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