Html Css Color HEX #53490E Bronze Olive

📋 copy color: '#53490E'

red 83 ◦ green 73 ◦ blue 14

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

Shades of Bronze Olive #53490E

Tints of Bronze Olive #53490E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 8.24%

R = 48.82%
G = 42.94%
B = 8.24%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#53490E (or 0x53490E) is known color: Bronze Olive. HEX triplet: 53, 49 and 0E. RGB value is (83,73,14). Sum of RGB (Red+Green+Blue) = 83+73+14=170 (22% of max value = 765). Red value is 83 (32.81% from 255 or 48.82% from 170); Green value is 73 (28.91% from 255 or 42.94% from 170); Blue value is 14 (5.86% from 255 or 8.24% from 170); Max value from RGB is 83 - color contains mainly: red. Hex color #53490E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53490E is #ACB6F1. Grayscale: #454545. Windows color (decimal): -11319026 or 936275. OLE color: 936275.

HSL color Cylindrical-coordinate representation of color #53490E: hue angle of 51.3º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #53490E is Cyan = 0, Magento = 0.12, Yellow = 0.83 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 73 14 -
CMYK 0 0.12 0.83 0.67
HSL 51.3º 0.71% 0.19% -
HSV(B) 51.3º 0.83% 0.33% -
XYZ 6.03 6.64 1.38 -
YUV 69.26 96.81 137.8 -
System Red Green Blue C M Y K H S L
Decimal 83 73 14 0 0.12 0.83 0.67 51.3 0.71 0.19
Hex 53 49 E 0 C 53 43 33 47 13
Octal 123 111 16 0 14 123 103 63 107 23
Binary 1010011 1001001 1110 0 1100 1010011 1000011 110011 1000111 10011

Color Harmonies of #53490E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53490E

Black with #53490E

Text Example


Text Example

White with #53490E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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