Html Css Color HEX #53491D Bronze Olive

📋 copy color: '#53491D'

red 83 ◦ green 73 ◦ blue 29

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

Shades of Bronze Olive #53491D

Tints of Bronze Olive #53491D

RGB

 RED value IS 83 (32.81% from 255) = 44.86%

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

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

R = 44.86%
G = 39.46%
B = 15.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.65

 K value IS 0.67

RGB Variations

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

Color information

#53491D (or 0x53491D) is known color: Bronze Olive. HEX triplet: 53, 49 and 1D. RGB value is (83,73,29). Sum of RGB (Red+Green+Blue) = 83+73+29=185 (24% of max value = 765). Red value is 83 (32.81% from 255 or 44.86% from 185); Green value is 73 (28.91% from 255 or 39.46% from 185); Blue value is 29 (11.72% from 255 or 15.68% from 185); Max value from RGB is 83 - color contains mainly: red. Hex color #53491D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53491D is #ACB6E2. Grayscale: #474747. Windows color (decimal): -11319011 or 1919315. OLE color: 1919315.

HSL color Cylindrical-coordinate representation of color #53491D: hue angle of 48.89º degrees, saturation: 0.48, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #53491D is Cyan = 0, Magento = 0.12, Yellow = 0.65 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 73 29 -
CMYK 0 0.12 0.65 0.67
HSL 48.89º 0.48% 0.22% -
HSV(B) 48.89º 0.65% 0.33% -
XYZ 6.17 6.69 2.13 -
YUV 70.97 104.31 136.58 -
System Red Green Blue C M Y K H S L
Decimal 83 73 29 0 0.12 0.65 0.67 48.89 0.48 0.22
Hex 53 49 1D 0 C 41 43 31 30 16
Octal 123 111 35 0 14 101 103 61 60 26
Binary 1010011 1001001 11101 0 1100 1000001 1000011 110001 110000 10110

Color Harmonies of #53491D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53491D

Black with #53491D

Text Example


Text Example

White with #53491D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,73,29); }

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

background-color css

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

 a { background-color: rgb(83,73,29); }

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

border-color css

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

 span { border-color: rgb(83,73,29); }

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