Html Css Color HEX #52480E Bronze Olive

📋 copy color: '#52480E'

red 82 ◦ green 72 ◦ blue 14

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

Shades of Bronze Olive #52480E

Tints of Bronze Olive #52480E

RGB

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

 GREEN value IS 72 (28.52% from 255) = 42.86%

 BLUE value IS 14 (5.86% from 255) = 8.33%

R = 48.81%
G = 42.86%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.83

 K value IS 0.68

RGB Variations

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

Color information

#52480E (or 0x52480E) is known color: Bronze Olive. HEX triplet: 52, 48 and 0E. RGB value is (82,72,14). Sum of RGB (Red+Green+Blue) = 82+72+14=168 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.81% from 168); Green value is 72 (28.52% from 255 or 42.86% from 168); Blue value is 14 (5.86% from 255 or 8.33% from 168); Max value from RGB is 82 - color contains mainly: red. Hex color #52480E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52480E is #ADB7F1. Grayscale: #444444. Windows color (decimal): -11384818 or 936018. OLE color: 936018.

HSL color Cylindrical-coordinate representation of color #52480E: hue angle of 51.18º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #52480E is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 72 14 -
CMYK 0 0.12 0.83 0.68
HSL 51.18º 0.71% 0.19% -
HSV(B) 51.18º 0.83% 0.32% -
XYZ 5.88 6.46 1.35 -
YUV 68.38 97.31 137.72 -
System Red Green Blue C M Y K H S L
Decimal 82 72 14 0 0.12 0.83 0.68 51.18 0.71 0.19
Hex 52 48 E 0 C 53 44 33 47 13
Octal 122 110 16 0 14 123 104 63 107 23
Binary 1010010 1001000 1110 0 1100 1010011 1000100 110011 1000111 10011

Color Harmonies of #52480E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52480E

Black with #52480E

Text Example


Text Example

White with #52480E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52480E; }

 p { color: rgb(82,72,14); }

 H1.HeaderClassName
 {
   color: #52480E;
 }
 .AnyTagClassName
 {
   color: #52480E;
 }
</style>

background-color css

<style>
 a { background-color: #52480E; }

 a { background-color: rgb(82,72,14); }

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

border-color css

<style>
 span { border-color: #52480E; }

 span { border-color: rgb(82,72,14); }

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