Html Css Color HEX #52481D Bronze Olive

📋 copy color: '#52481D'

red 82 ◦ green 72 ◦ blue 29

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

Shades of Bronze Olive #52481D

Tints of Bronze Olive #52481D

RGB

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

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

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

R = 44.81%
G = 39.34%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.65

 K value IS 0.68

RGB Variations

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

Color information

#52481D (or 0x52481D) is known color: Bronze Olive. HEX triplet: 52, 48 and 1D. RGB value is (82,72,29). Sum of RGB (Red+Green+Blue) = 82+72+29=183 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.81% from 183); Green value is 72 (28.52% from 255 or 39.34% from 183); Blue value is 29 (11.72% from 255 or 15.85% from 183); Max value from RGB is 82 - color contains mainly: red. Hex color #52481D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52481D is #ADB7E2. Grayscale: #464646. Windows color (decimal): -11384803 or 1919058. OLE color: 1919058.

HSL color Cylindrical-coordinate representation of color #52481D: hue angle of 48.68º 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 #52481D is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 72 29 -
CMYK 0 0.12 0.65 0.68
HSL 48.68º 0.48% 0.22% -
HSV(B) 48.68º 0.65% 0.32% -
XYZ 6.02 6.52 2.1 -
YUV 70.09 104.81 136.5 -
System Red Green Blue C M Y K H S L
Decimal 82 72 29 0 0.12 0.65 0.68 48.68 0.48 0.22
Hex 52 48 1D 0 C 41 44 31 30 16
Octal 122 110 35 0 14 101 104 61 60 26
Binary 1010010 1001000 11101 0 1100 1000001 1000100 110001 110000 10110

Color Harmonies of #52481D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52481D

Black with #52481D

Text Example


Text Example

White with #52481D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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