Html Css Color HEX #52481E Bronze Olive

📋 copy color: '#52481E'

red 82 ◦ green 72 ◦ blue 30

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

Shades of Bronze Olive #52481E

Tints of Bronze Olive #52481E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 16.3%

R = 44.57%
G = 39.13%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.63

 K value IS 0.68

RGB Variations

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

Color information

#52481E (or 0x52481E) is known color: Bronze Olive. HEX triplet: 52, 48 and 1E. RGB value is (82,72,30). Sum of RGB (Red+Green+Blue) = 82+72+30=184 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.57% from 184); Green value is 72 (28.52% from 255 or 39.13% from 184); Blue value is 30 (12.11% from 255 or 16.30% from 184); Max value from RGB is 82 - color contains mainly: red. Hex color #52481E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52481E is #ADB7E1. Grayscale: #464646. Windows color (decimal): -11384802 or 1984594. OLE color: 1984594.

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

Color convert

RGB 82 72 30 -
CMYK 0 0.12 0.63 0.68
HSL 48.46º 0.46% 0.22% -
HSV(B) 48.46º 0.63% 0.32% -
XYZ 6.03 6.52 2.17 -
YUV 70.2 105.31 136.42 -
System Red Green Blue C M Y K H S L
Decimal 82 72 30 0 0.12 0.63 0.68 48.46 0.46 0.22
Hex 52 48 1E 0 C 3F 44 30 2E 16
Octal 122 110 36 0 14 77 104 60 56 26
Binary 1010010 1001000 11110 0 1100 111111 1000100 110000 101110 10110

Color Harmonies of #52481E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52481E

Black with #52481E

Text Example


Text Example

White with #52481E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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