Html Css Color HEX #52471A Bronze Olive

📋 copy color: '#52471A'

red 82 ◦ green 71 ◦ blue 26

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

Shades of Bronze Olive #52471A

Tints of Bronze Olive #52471A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 14.53%

R = 45.81%
G = 39.66%
B = 14.53%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.68

 K value IS 0.68

RGB Variations

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

Color information

#52471A (or 0x52471A) is known color: Bronze Olive. HEX triplet: 52, 47 and 1A. RGB value is (82,71,26). Sum of RGB (Red+Green+Blue) = 82+71+26=179 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.81% from 179); Green value is 71 (28.12% from 255 or 39.66% from 179); Blue value is 26 (10.55% from 255 or 14.53% from 179); Max value from RGB is 82 - color contains mainly: red. Hex color #52471A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52471A is #ADB8E5. Grayscale: #454545. Windows color (decimal): -11385062 or 1722194. OLE color: 1722194.

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

Color convert

RGB 82 71 26 -
CMYK 0 0.13 0.68 0.68
HSL 48.21º 0.52% 0.21% -
HSV(B) 48.21º 0.68% 0.32% -
XYZ 5.92 6.37 1.9 -
YUV 69.16 103.64 137.16 -
System Red Green Blue C M Y K H S L
Decimal 82 71 26 0 0.13 0.68 0.68 48.21 0.52 0.21
Hex 52 47 1A 0 D 44 44 30 34 15
Octal 122 107 32 0 15 104 104 60 64 25
Binary 1010010 1000111 11010 0 1101 1000100 1000100 110000 110100 10101

Color Harmonies of #52471A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52471A

Black with #52471A

Text Example


Text Example

White with #52471A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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