Html Css Color HEX #53471E Bronze Olive

📋 copy color: '#53471E'

red 83 ◦ green 71 ◦ blue 30

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

Shades of Bronze Olive #53471E

Tints of Bronze Olive #53471E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 16.3%

R = 45.11%
G = 38.59%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#53471E (or 0x53471E) is known color: Bronze Olive. HEX triplet: 53, 47 and 1E. RGB value is (83,71,30). Sum of RGB (Red+Green+Blue) = 83+71+30=184 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.11% from 184); Green value is 71 (28.12% from 255 or 38.59% from 184); Blue value is 30 (12.11% from 255 or 16.30% from 184); Max value from RGB is 83 - color contains mainly: red. Hex color #53471E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53471E is #ACB8E1. Grayscale: #464646. Windows color (decimal): -11319522 or 1984339. OLE color: 1984339.

HSL color Cylindrical-coordinate representation of color #53471E: hue angle of 46.42º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53471E is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 71 30 -
CMYK 0 0.14 0.64 0.67
HSL 46.42º 0.47% 0.22% -
HSV(B) 46.42º 0.64% 0.33% -
XYZ 6.05 6.44 2.15 -
YUV 69.91 105.48 137.33 -
System Red Green Blue C M Y K H S L
Decimal 83 71 30 0 0.14 0.64 0.67 46.42 0.47 0.22
Hex 53 47 1E 0 E 40 43 2E 2F 16
Octal 123 107 36 0 16 100 103 56 57 26
Binary 1010011 1000111 11110 0 1110 1000000 1000011 101110 101111 10110

Color Harmonies of #53471E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53471E

Black with #53471E

Text Example


Text Example

White with #53471E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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