Html Css Color HEX #52471C Bronze Olive

📋 copy color: '#52471C'

red 82 ◦ green 71 ◦ blue 28

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

Shades of Bronze Olive #52471C

Tints of Bronze Olive #52471C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.47%

R = 45.3%
G = 39.23%
B = 15.47%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.66

 K value IS 0.68

RGB Variations

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

Color information

#52471C (or 0x52471C) is known color: Bronze Olive. HEX triplet: 52, 47 and 1C. RGB value is (82,71,28). Sum of RGB (Red+Green+Blue) = 82+71+28=181 (23% of max value = 765). Red value is 82 (32.42% from 255 or 45.30% from 181); Green value is 71 (28.12% from 255 or 39.23% from 181); Blue value is 28 (11.33% from 255 or 15.47% from 181); Max value from RGB is 82 - color contains mainly: red. Hex color #52471C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52471C is #ADB8E3. Grayscale: #454545. Windows color (decimal): -11385060 or 1853266. OLE color: 1853266.

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

Color convert

RGB 82 71 28 -
CMYK 0 0.13 0.66 0.68
HSL 47.78º 0.49% 0.22% -
HSV(B) 47.78º 0.66% 0.32% -
XYZ 5.94 6.38 2.02 -
YUV 69.39 104.64 137 -
System Red Green Blue C M Y K H S L
Decimal 82 71 28 0 0.13 0.66 0.68 47.78 0.49 0.22
Hex 52 47 1C 0 D 42 44 30 31 16
Octal 122 107 34 0 15 102 104 60 61 26
Binary 1010010 1000111 11100 0 1101 1000010 1000100 110000 110001 10110

Color Harmonies of #52471C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52471C

Black with #52471C

Text Example


Text Example

White with #52471C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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