Html Css Color HEX #52471F Bronze Olive

📋 copy color: '#52471F'

red 82 ◦ green 71 ◦ blue 31

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

Shades of Bronze Olive #52471F

Tints of Bronze Olive #52471F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 16.85%

R = 44.57%
G = 38.59%
B = 16.85%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#52471F (or 0x52471F) is known color: Bronze Olive. HEX triplet: 52, 47 and 1F. RGB value is (82,71,31). Sum of RGB (Red+Green+Blue) = 82+71+31=184 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.57% from 184); Green value is 71 (28.12% from 255 or 38.59% from 184); Blue value is 31 (12.5% from 255 or 16.85% from 184); Max value from RGB is 82 - color contains mainly: red. Hex color #52471F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52471F is #ADB8E0. Grayscale: #454545. Windows color (decimal): -11385057 or 2049874. OLE color: 2049874.

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

Color convert

RGB 82 71 31 -
CMYK 0 0.13 0.62 0.68
HSL 47.06º 0.45% 0.22% -
HSV(B) 47.06º 0.62% 0.32% -
XYZ 5.98 6.4 2.22 -
YUV 69.73 106.14 136.75 -
System Red Green Blue C M Y K H S L
Decimal 82 71 31 0 0.13 0.62 0.68 47.06 0.45 0.22
Hex 52 47 1F 0 D 3E 44 2F 2D 16
Octal 122 107 37 0 15 76 104 57 55 26
Binary 1010010 1000111 11111 0 1101 111110 1000100 101111 101101 10110

Color Harmonies of #52471F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52471F

Black with #52471F

Text Example


Text Example

White with #52471F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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