Html Css Color HEX #52491C Bronze Olive

📋 copy color: '#52491C'

red 82 ◦ green 73 ◦ blue 28

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

Shades of Bronze Olive #52491C

Tints of Bronze Olive #52491C

RGB

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

 GREEN value IS 73 (28.91% from 255) = 39.89%

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

R = 44.81%
G = 39.89%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.66

 K value IS 0.68

RGB Variations

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

Color information

#52491C (or 0x52491C) is known color: Bronze Olive. HEX triplet: 52, 49 and 1C. RGB value is (82,73,28). Sum of RGB (Red+Green+Blue) = 82+73+28=183 (24% of max value = 765). Red value is 82 (32.42% from 255 or 44.81% from 183); Green value is 73 (28.91% from 255 or 39.89% from 183); Blue value is 28 (11.33% from 255 or 15.30% from 183); Max value from RGB is 82 - color contains mainly: red. Hex color #52491C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52491C is #ADB6E3. Grayscale: #464646. Windows color (decimal): -11384548 or 1853778. OLE color: 1853778.

HSL color Cylindrical-coordinate representation of color #52491C: hue angle of 50º 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 #52491C is Cyan = 0, Magento = 0.11, Yellow = 0.66 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 73 28 -
CMYK 0 0.11 0.66 0.68
HSL 50º 0.49% 0.22% -
HSV(B) 50º 0.66% 0.32% -
XYZ 6.07 6.64 2.06 -
YUV 70.56 103.98 136.16 -
System Red Green Blue C M Y K H S L
Decimal 82 73 28 0 0.11 0.66 0.68 50 0.49 0.22
Hex 52 49 1C 0 B 42 44 32 31 16
Octal 122 111 34 0 13 102 104 62 61 26
Binary 1010010 1001001 11100 0 1011 1000010 1000100 110010 110001 10110

Color Harmonies of #52491C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52491C

Black with #52491C

Text Example


Text Example

White with #52491C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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