Html Css Color HEX #53470F Bronze Olive

📋 copy color: '#53470F'

red 83 ◦ green 71 ◦ blue 15

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

Shades of Bronze Olive #53470F

Tints of Bronze Olive #53470F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 42.01%

 BLUE value IS 15 (6.25% from 255) = 8.88%

R = 49.11%
G = 42.01%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.82

 K value IS 0.67

RGB Variations

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

Color information

#53470F (or 0x53470F) is known color: Bronze Olive. HEX triplet: 53, 47 and 0F. RGB value is (83,71,15). Sum of RGB (Red+Green+Blue) = 83+71+15=169 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.11% from 169); Green value is 71 (28.12% from 255 or 42.01% from 169); Blue value is 15 (6.25% from 255 or 8.88% from 169); Max value from RGB is 83 - color contains mainly: red. Hex color #53470F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53470F is #ACB8F0. Grayscale: #444444. Windows color (decimal): -11319537 or 1001299. OLE color: 1001299.

HSL color Cylindrical-coordinate representation of color #53470F: hue angle of 49.41º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #53470F is Cyan = 0, Magento = 0.14, Yellow = 0.82 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 71 15 -
CMYK 0 0.14 0.82 0.67
HSL 49.41º 0.69% 0.19% -
HSV(B) 49.41º 0.82% 0.33% -
XYZ 5.91 6.38 1.37 -
YUV 68.2 97.98 138.55 -
System Red Green Blue C M Y K H S L
Decimal 83 71 15 0 0.14 0.82 0.67 49.41 0.69 0.19
Hex 53 47 F 0 E 52 43 31 45 13
Octal 123 107 17 0 16 122 103 61 105 23
Binary 1010011 1000111 1111 0 1110 1010010 1000011 110001 1000101 10011

Color Harmonies of #53470F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53470F

Black with #53470F

Text Example


Text Example

White with #53470F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53470F; }

 p { color: rgb(83,71,15); }

 H1.HeaderClassName
 {
   color: #53470F;
 }
 .AnyTagClassName
 {
   color: #53470F;
 }
</style>

background-color css

<style>
 a { background-color: #53470F; }

 a { background-color: rgb(83,71,15); }

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

border-color css

<style>
 span { border-color: #53470F; }

 span { border-color: rgb(83,71,15); }

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