Html Css Color HEX #53490C Bronze Olive

📋 copy color: '#53490C'

red 83 ◦ green 73 ◦ blue 12

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

Shades of Bronze Olive #53490C

Tints of Bronze Olive #53490C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 7.14%

R = 49.4%
G = 43.45%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.86

 K value IS 0.67

RGB Variations

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

Color information

#53490C (or 0x53490C) is known color: Bronze Olive. HEX triplet: 53, 49 and 0C. RGB value is (83,73,12). Sum of RGB (Red+Green+Blue) = 83+73+12=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 73 (28.91% from 255 or 43.45% from 168); Blue value is 12 (5.08% from 255 or 7.14% from 168); Max value from RGB is 83 - color contains mainly: red. Hex color #53490C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53490C is #ACB6F3. Grayscale: #454545. Windows color (decimal): -11319028 or 805203. OLE color: 805203.

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

Color convert

RGB 83 73 12 -
CMYK 0 0.12 0.86 0.67
HSL 51.55º 0.75% 0.19% -
HSV(B) 51.55º 0.86% 0.33% -
XYZ 6.02 6.63 1.31 -
YUV 69.04 95.81 137.96 -
System Red Green Blue C M Y K H S L
Decimal 83 73 12 0 0.12 0.86 0.67 51.55 0.75 0.19
Hex 53 49 C 0 C 56 43 34 4B 13
Octal 123 111 14 0 14 126 103 64 113 23
Binary 1010011 1001001 1100 0 1100 1010110 1000011 110100 1001011 10011

Color Harmonies of #53490C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53490C

Black with #53490C

Text Example


Text Example

White with #53490C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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