Html Css Color HEX #53491C Bronze Olive

📋 copy color: '#53491C'

red 83 ◦ green 73 ◦ blue 28

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

Shades of Bronze Olive #53491C

Tints of Bronze Olive #53491C

RGB

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

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

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

R = 45.11%
G = 39.67%
B = 15.22%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.66

 K value IS 0.67

RGB Variations

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

Color information

#53491C (or 0x53491C) is known color: Bronze Olive. HEX triplet: 53, 49 and 1C. RGB value is (83,73,28). Sum of RGB (Red+Green+Blue) = 83+73+28=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 73 (28.91% from 255 or 39.67% from 184); Blue value is 28 (11.33% from 255 or 15.22% from 184); Max value from RGB is 83 - color contains mainly: red. Hex color #53491C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53491C is #ACB6E3. Grayscale: #474747. Windows color (decimal): -11319012 or 1853779. OLE color: 1853779.

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

Color convert

RGB 83 73 28 -
CMYK 0 0.12 0.66 0.67
HSL 49.09º 0.5% 0.22% -
HSV(B) 49.09º 0.66% 0.33% -
XYZ 6.16 6.69 2.06 -
YUV 70.86 103.81 136.66 -
System Red Green Blue C M Y K H S L
Decimal 83 73 28 0 0.12 0.66 0.67 49.09 0.5 0.22
Hex 53 49 1C 0 C 42 43 31 32 16
Octal 123 111 34 0 14 102 103 61 62 26
Binary 1010011 1001001 11100 0 1100 1000010 1000011 110001 110010 10110

Color Harmonies of #53491C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53491C

Black with #53491C

Text Example


Text Example

White with #53491C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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