Html Css Color HEX #53490B Bronze Olive

📋 copy color: '#53490B'

red 83 ◦ green 73 ◦ blue 11

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

Shades of Bronze Olive #53490B

Tints of Bronze Olive #53490B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 6.59%

R = 49.7%
G = 43.71%
B = 6.59%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.87

 K value IS 0.67

RGB Variations

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

Color information

#53490B (or 0x53490B) is known color: Bronze Olive. HEX triplet: 53, 49 and 0B. RGB value is (83,73,11). Sum of RGB (Red+Green+Blue) = 83+73+11=167 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.70% from 167); Green value is 73 (28.91% from 255 or 43.71% from 167); Blue value is 11 (4.69% from 255 or 6.59% from 167); Max value from RGB is 83 - color contains mainly: red. Hex color #53490B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53490B is #ACB6F4. Grayscale: #454545. Windows color (decimal): -11319029 or 739667. OLE color: 739667.

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

Color convert

RGB 83 73 11 -
CMYK 0 0.12 0.87 0.67
HSL 51.67º 0.77% 0.18% -
HSV(B) 51.67º 0.87% 0.33% -
XYZ 6.01 6.63 1.28 -
YUV 68.92 95.31 138.04 -
System Red Green Blue C M Y K H S L
Decimal 83 73 11 0 0.12 0.87 0.67 51.67 0.77 0.18
Hex 53 49 B 0 C 57 43 34 4D 12
Octal 123 111 13 0 14 127 103 64 115 22
Binary 1010011 1001001 1011 0 1100 1010111 1000011 110100 1001101 10010

Color Harmonies of #53490B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53490B

Black with #53490B

Text Example


Text Example

White with #53490B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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