Html Css Color HEX #53470E Bronze Olive

📋 copy color: '#53470E'

red 83 ◦ green 71 ◦ blue 14

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

Shades of Bronze Olive #53470E

Tints of Bronze Olive #53470E

RGB

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

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

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

R = 49.4%
G = 42.26%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#53470E (or 0x53470E) is known color: Bronze Olive. HEX triplet: 53, 47 and 0E. RGB value is (83,71,14). Sum of RGB (Red+Green+Blue) = 83+71+14=168 (22% of max value = 765). Red value is 83 (32.81% from 255 or 49.40% from 168); Green value is 71 (28.12% from 255 or 42.26% from 168); Blue value is 14 (5.86% from 255 or 8.33% from 168); Max value from RGB is 83 - color contains mainly: red. Hex color #53470E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53470E is #ACB8F1. Grayscale: #444444. Windows color (decimal): -11319538 or 935763. OLE color: 935763.

HSL color Cylindrical-coordinate representation of color #53470E: hue angle of 49.57º 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 #53470E is Cyan = 0, Magento = 0.14, Yellow = 0.83 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 71 14 -
CMYK 0 0.14 0.83 0.67
HSL 49.57º 0.71% 0.19% -
HSV(B) 49.57º 0.83% 0.33% -
XYZ 5.9 6.38 1.34 -
YUV 68.09 97.48 138.63 -
System Red Green Blue C M Y K H S L
Decimal 83 71 14 0 0.14 0.83 0.67 49.57 0.71 0.19
Hex 53 47 E 0 E 53 43 32 47 13
Octal 123 107 16 0 16 123 103 62 107 23
Binary 1010011 1000111 1110 0 1110 1010011 1000011 110010 1000111 10011

Color Harmonies of #53470E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53470E

Black with #53470E

Text Example


Text Example

White with #53470E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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