Html Css Color HEX #53461E Bronze Olive

📋 copy color: '#53461E'

red 83 ◦ green 70 ◦ blue 30

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

Shades of Bronze Olive #53461E

Tints of Bronze Olive #53461E

RGB

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

 GREEN value IS 70 (27.73% from 255) = 38.25%

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

R = 45.36%
G = 38.25%
B = 16.39%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.64

 K value IS 0.67

RGB Variations

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

Color information

#53461E (or 0x53461E) is known color: Bronze Olive. HEX triplet: 53, 46 and 1E. RGB value is (83,70,30). Sum of RGB (Red+Green+Blue) = 83+70+30=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 70 (27.73% from 255 or 38.25% from 183); Blue value is 30 (12.11% from 255 or 16.39% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #53461E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53461E is #ACB9E1. Grayscale: #454545. Windows color (decimal): -11319778 or 1984083. OLE color: 1984083.

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

Color convert

RGB 83 70 30 -
CMYK 0 0.16 0.64 0.67
HSL 45.28º 0.47% 0.22% -
HSV(B) 45.28º 0.64% 0.33% -
XYZ 5.99 6.31 2.13 -
YUV 69.33 105.81 137.75 -
System Red Green Blue C M Y K H S L
Decimal 83 70 30 0 0.16 0.64 0.67 45.28 0.47 0.22
Hex 53 46 1E 0 10 40 43 2D 2F 16
Octal 123 106 36 0 20 100 103 55 57 26
Binary 1010011 1000110 11110 0 10000 1000000 1000011 101101 101111 10110

Color Harmonies of #53461E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53461E

Black with #53461E

Text Example


Text Example

White with #53461E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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