Html Css Color HEX #53492A Bronze Olive

📋 copy color: '#53492A'

red 83 ◦ green 73 ◦ blue 42

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

Shades of Bronze Olive #53492A

Tints of Bronze Olive #53492A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 21.21%

R = 41.92%
G = 36.87%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#53492A (or 0x53492A) is known color: Bronze Olive. HEX triplet: 53, 49 and 2A. RGB value is (83,73,42). Sum of RGB (Red+Green+Blue) = 83+73+42=198 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.92% from 198); Green value is 73 (28.91% from 255 or 36.87% from 198); Blue value is 42 (16.80% from 255 or 21.21% from 198); Max value from RGB is 83 - color contains mainly: red. Hex color #53492A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53492A is #ACB6D5. Grayscale: #484848. Windows color (decimal): -11318998 or 2771283. OLE color: 2771283.

HSL color Cylindrical-coordinate representation of color #53492A: hue angle of 45.37º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #53492A is Cyan = 0, Magento = 0.12, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 73 42 -
CMYK 0 0.12 0.49 0.67
HSL 45.37º 0.33% 0.25% -
HSV(B) 45.37º 0.49% 0.33% -
XYZ 6.37 6.77 3.16 -
YUV 72.46 110.81 135.52 -
System Red Green Blue C M Y K H S L
Decimal 83 73 42 0 0.12 0.49 0.67 45.37 0.33 0.25
Hex 53 49 2A 0 C 31 43 2D 21 19
Octal 123 111 52 0 14 61 103 55 41 31
Binary 1010011 1001001 101010 0 1100 110001 1000011 101101 100001 11001

Color Harmonies of #53492A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53492A

Black with #53492A

Text Example


Text Example

White with #53492A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53492A; }

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

 H1.HeaderClassName
 {
   color: #53492A;
 }
 .AnyTagClassName
 {
   color: #53492A;
 }
</style>

background-color css

<style>
 a { background-color: #53492A; }

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

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

border-color css

<style>
 span { border-color: #53492A; }

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

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